ILogger Properties |
The ILogger type exposes the following members.
Name | Description | |
---|---|---|
IsDebugEnabled |
Determines if messages of priority "debug" will be logged.
| |
IsErrorEnabled |
Determines if messages of priority "error" will be logged.
| |
IsFatalEnabled |
Determines if messages of priority "fatal" will be logged.
| |
IsInfoEnabled |
Determines if messages of priority "info" will be logged.
| |
IsWarnEnabled |
Determines if messages of priority "warn" will be logged.
|