Enum Level
Represent the severity level that a log message should be created at.
Namespace: EPiServer.Logging
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
public enum Level
Fields
Name | Description |
---|---|
Critical | Designates information about severe error events in an application that will prevents it from continuing to execute. |
Debug | Designates fine-grained information useful when debugging an application |
Error | Designates information about errors in an application that won't prevent it from continuing to execute. |
Information | Designates information about non-harmful events in the an application |
Trace | Designates very fine-grained information potentially useful when debugging an application. Can be very verbose. |
Warning | Designates information about potentially harmful events in the an application |