Yaaf.Logging


TraceEventType

Defined in Yaaf.Logging.dll.
Identifies the type of event that has caused the trace.

Record Fields

Record FieldDescription
Critical
Signature: TraceEventType
Modifiers: static
Fatal error or application crash.
Error
Signature: TraceEventType
Modifiers: static
Recoverable error.
Information
Signature: TraceEventType
Modifiers: static
Informational message.
Resume
Signature: TraceEventType
Modifiers: static
Resumption of a logical operation.
Start
Signature: TraceEventType
Modifiers: static
Starting of a logical operation.
Stop
Signature: TraceEventType
Modifiers: static
Stopping of a logical operation.
Suspend
Signature: TraceEventType
Modifiers: static
Suspension of a logical operation.
Transfer
Signature: TraceEventType
Modifiers: static
Changing of correlation identity.
Verbose
Signature: TraceEventType
Modifiers: static
Debugging trace.
Warning
Signature: TraceEventType
Modifiers: static
Noncritical problem.
Fork me on GitHub