trace levels The trace levels that are used by the trace function. A standard trace level debug_level can be set using the command-line parameter "-d".
Definition at line 89 of file debug.h. 00090 { 00091 TRACE_ERROR, 00092 TRACE_ALWAYS, 00093 TRACE_WARNINGS, 00094 TRACE_INFORMATION, 00095 TRACE_DEBUG, 00096 TRACE_VERY_DEBUG 00097 } trace_level;
|
1.5.2