getAPITraceLevel

This function provides information about the current trace status of the statistics API.

Detail

This function takes a pointer to a local int variable. The function sets the variable to the current trace level of the statistics API.
The levels are defined in the C-language header files. Valid values are:
  • CTG_STAT_TRACE_LEVEL0
  • CTG_STAT_TRACE_LEVEL1
  • CTG_STAT_TRACE_LEVEL2
  • CTG_STAT_TRACE_LEVEL3
  • CTG_STAT_TRACE_LEVEL4

For further information on trace levels, see Statistics API Trace Levels.