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".

Todo:
Provide a detailled documentation of what the several debug levels actually show.
See also:
debug_level

frontend__flex_debug

frontend_debug

Enumerator:
TRACE_ERROR  only trace error messages
TRACE_ALWAYS  trace level for errors
TRACE_WARNINGS  trace level for warnings
TRACE_INFORMATION  trace level some more (useful) information
TRACE_DEBUG  trace level for detailed debug information
TRACE_VERY_DEBUG  trace level for everything

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;


Generated on Thu Jan 24 04:01:00 2008 for GNU BPEL2oWFN by  doxygen 1.5.2