Enum Level
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Represent the severity level that a log message should be created at.
Namespace: EPiServer.Logging
Assembly: EPiServer.Framework.dll
Version: 7.19.2Syntax
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 |