xtd 0.2.0
Loading...
Searching...
No Matches

◆ trace_level

enum class xtd::diagnostics::trace_level
strong

Specifies what messages to output for the debug, trace and trace_switch classes.

enum class trace_level
trace_level
Specifies what messages to output for the debug, trace and trace_switch classes.
Definition trace_level.h:24
Header
#include <xtd/diagnostics/trace_level>
Namespace
xtd::diagnostics
Library
xtd.core
Enumerator
off 

Output no tracing and debugging messages.

error 

Output error-handling messages.

warning 

Output warnings and error-handling messages.

info 

Output informational messages, warnings, and error-handling messages.

verbose 

Output all debugging and tracing messages.