QTRC Trace Levels

There are 3 trace levels that can be selected: ERROR, INFO, and VERBOSE. The trace levels are inclusive. An active trace level of NONE indicates trace is not active for a given component. The following table demonstrates which component's trace points are collected based on the active trace level, so long as the other trace conditions are met.

Active Trace Level Error-level trace point Info-level trace point Verbose-level trace point
NONE No No No
ERROR Yes No No
INFO Yes Yes No
VERBOSE Yes Yes Yes

Choosing the Coded Trace Level

Each component decides how to use the coded trace level on each trace point to define the level of detail that is collected when a particular active trace level is specified for that component. During application development, it is fairly common to change the coded trace level, after reviewing trace records collected for a particular active trace level. The following recommendations generalize how a coded trace level should be selected when enabling a component for trace:


[ Back to top | QTRC Trace APIs | APIs by category ]