isDebugEnabled

open fun isDebugEnabled(marker: Marker? = null): Boolean

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()