Consolidated Tracing Facility Routines

These routines enable you to make use of the Consolidated Tracing Facility infrastructure in your applications.

CBL_CTF_COMP_PROPERTY_GET Returns a named property value for a component.
CBL_CTF_COMP_PROPERTY_SET Specifies a value for a component's property.
CBL_CTF_DEST Specifies an output destination by associating (or disassociating) an emitter with (or from) a component or the default emitter list.
CBL_CTF_EMITTER_PROPERTY_GET Returns a named property value for an emitter.
CBL_CTF_EMITTER_PROPERTY_SET Sets a named property value for an emitter.
CBL_CTF_LEVEL Specifies the trace level to be used for a specific component, or the default trace level if a component name is not specified.
CBL_CTF_TRACE Outputs an event to one or more output destinations.
CBL_CTF_TRACER_GET Returns a tracer handle that can be passed to all of the other tracing routines.
CBL_CTF_TRACER_LEVEL_GET Returns a tracer's current threshold trace level.
CBL_CTF_TRACER_NOTIFY Installs or uninstalls a tracer configuration callback function.

Related Topics: