isInfoEnabled

actual abstract val isInfoEnabled: Boolean

Is the logger instance enabled for the INFO level?

Return

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

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

expect abstract val isInfoEnabled: Boolean

Is the logger instance enabled for the INFO level?

Return

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