isWarnEnabled

abstract fun isWarnEnabled(marker: Marker?): Boolean

Similar to .isWarnEnabled method except that the marker data is also taken into consideration.

Return

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

Parameters

marker

The marker data to take into consideration


abstract val isWarnEnabled: Boolean

Is the logger instance enabled for the WARN level?

Return

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