The Level type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLevel()()()() |
Get integer log level
| |
| GetLevel(String) |
Get level from supplied string
| |
| GetLevel(LogLevel) |
Converts a LogLevel enum to a Level object.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsGreaterOrEqual |
Is this level greater or equal to the supplied level
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
String representation
(Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| ALL | All level | |
| DEBUG | Debug level | |
| ERROR | OFF level | |
| FATAL | Fatal level | |
| INFO | Info level | |
| OFF | Off level | |
| WARN | Warn level |