isDebugEnabled abstract method
Checks if this logger is enabled for the Debug level.
The property should be true if this logger is enabled for Debug events, false otherwise.
This property is intended to lessen the computational cost of disabled log Debug statements. Note
that even if the property is false, Debug log lines may be received anyway by the Debug methods.
Returns true if the Debug logger is enabled
Implementation
bool isDebugEnabled();