This component is used for working with trace service added in Firebird 2.5.
For a list of all members of this type, see TIBCTraceService members.
TIBCTraceService = class(TIBCControlAndQueryService);
The TIBCTraceService component is used to work with trace service added in Firebird 2.5.
Use the TIBCTraceService component to work with trace service. Trace enables various events performed inside the engine, such as statement execution, connections, disconnections, etc., to be logged and collated for real-time analysis of the corresponding performance characteristics.
Trace takes place in the context of a trace session. Each trace session has its own configuration, state and output. When a user application starts a trace session, it sets SessionName (optional) and the session configuration (Config) (mandatory).
TCustomIBCService
TIBCControlAndQueryService
TIBCTraceService