LogLevel enumeration
LogLevel enumeration
Specifies the available Log Level types. This enumeration can be used as flags to set several possible values as enabled bits Example: LogLevel.Error | LogLevel.Warning or LogLevel.Error | LogLevel.Trace
The LogLevel type exposes the following members:
Fields
| Field | Description |
|---|---|
| NONE | No logging limitation all information will be logged from trace, warning to errors |
| ERROR | No logging limitation all information will be logged from trace, warning to errors |
| WARNING | Same as All level, all messages including the Trace level will be logged |
| TRACE | The logging level to include messages from the Warning to Error level |
| ALL | All Log level events (Error, Warning, Trace) will be included into the logging |
See Also
- module
groupdocs.signature.logging