isDebugEnabled

expect abstract val isDebugEnabled: Boolean

Is the logger instance enabled for the DEBUG level?

Return

True if this Logger is enabled for the DEBUG level, false otherwise.

abstract fun isDebugEnabled(marker: Marker?): 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