is Debug Enabled
Similar to .isDebugEnabled method except that the marker data is also taken into account.
Return
True if this Logger is enabled for the DEBUG level, false otherwise.
Parameters
marker
The marker data to take into consideration
Deprecated
Use isDebugEnabled() instead
Replace with
isDebugEnabled()
Content copied to clipboard