StandardEventLevel
Defines the standard event levels that are used in the Event Log service. The level defines the severity of the event. Custom event levels can be defined beyond these standard levels. For more information about levels, see EventLevel.
namespace System.Diagnostics.Eventing.Reader
{
public enum StandardEventLevel
{
LogAlways,
Critical,
Error,
Warning,
Informational,
Verbose
}
}