isLoggingOff

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


Deprecated

Use isLoggingOff() instead

Replace with

isLoggingOff()