Enum LogLevel
Specifies the level of a log event.
Namespace: Umbraco.Cms.Core.Logging
Assembly: Umbraco.Core.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Debug | Debug level for internal system events useful for debugging. |
| Error | Error level for error events that might still allow the application to continue running. |
| Fatal | Fatal level for very severe error events that will presumably lead the application to abort. |
| Information | Information level for general informational messages. |
| Verbose | Verbose level for the most detailed tracing information. |
| Warning | Warning level for potentially harmful situations. |