Enum LogLevel
Enumerates the logging levels.
Namespace: Kephas.Logging
Assembly: Kephas.Core.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Debug | Debugging information. |
| Error | Common errors. |
| Fatal | Fatal errors. |
| Info | Common information. |
| Trace | Tracing information. |
| Warning | Warning information. |