isTraceEnabled

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

1.4

Parameters

marker

The marker data to take into consideration


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.

Since

1.4