Click or drag to resize

LogLevel Properties

The LogLevel type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllLevels
Gets all the available log levels (Trace, Debug, Info, Warn, Error, Fatal, Off).
Public propertyStatic memberAllLoggingLevels
Gets all the log levels that can be used to log events (Trace, Debug, Info, Warn, Error, Fatal) i.e LogLevel.Off is excluded.
Public propertyName
Gets the name of the log level.
Public propertyOrdinal
Gets the ordinal of the log level.
Top
See Also