The LogImpl type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsDebugEnabled |
Checks if this logger is enabled for the DEBUG
level.
| |
| IsErrorEnabled |
Checks if this logger is enabled for the ERROR level.
| |
| IsFatalEnabled |
Checks if this logger is enabled for the FATAL level.
| |
| IsInfoEnabled |
Checks if this logger is enabled for the INFO level.
| |
| IsWarnEnabled |
Checks if this logger is enabled for the WARN level.
| |
| Logger |
Gets the implementation behind this wrapper object.
(Inherited from LoggerWrapperImpl.) |
See Also