isTraceEnabled

actual abstract val isTraceEnabled: Boolean

Is the logger instance enabled for the TRACE level?

Return

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

actual abstract val isTraceEnabled: Boolean

Is the logger instance enabled for the TRACE level?

Return

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

abstract fun isTraceEnabled(marker: Marker?): Boolean

Similar to .isTraceEnabled method except that the marker data is also taken into account.

Return

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

Since

14

Parameters

marker

The marker data to take into consideration


actual abstract val isTraceEnabled: Boolean

Is the logger instance enabled for the TRACE level?

Return

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

actual abstract val isTraceEnabled: Boolean

Is the logger instance enabled for the TRACE level?

Return

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

expect abstract val isTraceEnabled: Boolean

Is the logger instance enabled for the TRACE level?

Return

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