xtd 0.2.0
trace_level.h File Reference
#include "../enum.h"

Definition

Contains xtd::diagnostics::trace_level enum class.

Include dependency graph for trace_level.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::diagnostics
 The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters.
 

Enumerations

enum  xtd::diagnostics::trace_level {
  xtd::diagnostics::trace_level::off = 0,
  xtd::diagnostics::trace_level::error = 1,
  xtd::diagnostics::trace_level::warning = 2,
  xtd::diagnostics::trace_level::info = 3,
  xtd::diagnostics::trace_level::verbose = 4
}
 Specifies what messages to output for the debug, trace and trace_switch classes. More...