isInfoEnabled

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

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

Return

true if this Logger is enabled for the INFO level, false otherwise.

Parameters

marker

The marker data to take into consideration


Deprecated

Use isInfoEnabled() instead

Replace with

isInfoEnabled()