IsEnabled(LogLevel)
Declaration
public bool IsEnabled(LogLevel level)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | A LogLevel. |
Returns
Type | Description |
---|---|
bool |
|
Remarks
In case of exception in the logic of this method, this method will report the exception to the ExceptionHandler
and return false
.