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

◆ trace_event_type

Identifies the type of event that has caused the trace.

enum class trace_event_type
trace_event_type
Identifies the type of event that has caused the trace.
Definition trace_event_type.h:25
Header
#include <xtd/diagnostics/trace_event_type>
Namespace
xtd::diagnostics
Library
xtd.core
See also
trace
Enumerator
critical 

Fatal error or application crash.

error 

Recoverable error.

warning 

Warning Noncritical problem.

information 

Informational message.

verbose 

Debugging trace.

start 

Starting of a logical operation.

stop 

Stopping of a logical operation.

suspend 

Suspension of a logical operation.

resume 

Resumption of a logical operation.

transfer 

Changing of correlation identity.