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

Definition

Contains xtd::diagnostics::trace_event_type enum class.

Include dependency graph for trace_event_type.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_event_type {
  xtd::diagnostics::trace_event_type::critical = 0b1,
  xtd::diagnostics::trace_event_type::error = 0b10,
  xtd::diagnostics::trace_event_type::warning = 0b100,
  xtd::diagnostics::trace_event_type::information = 0b1000,
  xtd::diagnostics::trace_event_type::verbose = 0b10000,
  xtd::diagnostics::trace_event_type::start = 0b100000000,
  xtd::diagnostics::trace_event_type::stop = 0b1000000000,
  xtd::diagnostics::trace_event_type::suspend = 0b10000000000,
  xtd::diagnostics::trace_event_type::resume = 0b100000000000,
  xtd::diagnostics::trace_event_type::transfer = 0b1000000000000
}
 Identifies the type of event that has caused the trace. More...