isWarnEnabled

open fun isWarnEnabled(marker: Marker? = null): 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


Deprecated

Use isWarnEnabled() instead

Replace with

isWarnEnabled()