Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Diagnostics.Tracing.EventLevel

Assembly: System.Diagnostics.Tracing

Identifies the level of an event.

Values

LogAlways
No level filtering is done on the event. When used as a level filter for enabling events, for example in EventListener.EnableEvents(), events of all levels will be included.
Critical
This level corresponds to a critical error, which is a serious error that has caused a major failure.
Error
This level adds standard errors that signify a problem.
Warning
This level adds warning events (for example, events that are published because a disk is nearing full capacity).
Informational
This level adds informational events or messages that are not errors. These events can help trace the progress or state of an application.
Verbose
This level adds lengthy events or messages. It causes all events to be logged.