TraceEventType

TraceEventType enum

Identifies the type of event that has caused the trace.

enum class TraceEventType

Values

NameValueDescription
Critical1Fatal error or application crash.
Error2Recoverable error.
Warning4Noncritical problem.
Information8Informational message.
Verbose16Debugging trace.
Start256Starting of a logical operation.
Stop512Stopping of a logical operation.
Suspend1024Suspension of a logical operation.
Resume2048Resumption of a logical operation.
Transfer4096Changing of correlation identity.

See Also