LogLevel Properties |
The LogLevel type exposes the following members.
Name | Description | |
---|---|---|
AllLevels |
Gets all the available log levels (Trace, Debug, Info, Warn, Error, Fatal, Off).
| |
AllLoggingLevels |
Gets all the log levels that can be used to log events (Trace, Debug, Info, Warn, Error, Fatal)
i.e LogLevel.Off is excluded.
| |
Name |
Gets the name of the log level.
| |
Ordinal |
Gets the ordinal of the log level.
|