isLoggingOff

actual abstract val isLoggingOff: Boolean

Is the logger instance OFF?

Return

True if this Logger is set to the OFF level, false otherwise.

abstract fun isLoggingOff(marker: Marker?): Boolean

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

Return

True if this Logger is set to the OFF level, false otherwise.

Parameters

marker

The marker data to take into consideration

expect abstract val isLoggingOff: Boolean

Is the logger instance OFF?

Return

True if this Logger is set to the OFF level, false otherwise.