isLoggable

open override fun isLoggable(level: LogLevel): Boolean

Determines if this writer is willing to handle messages with the given level.

Return

true if loggable, false otherwise.

Parameters

level

The priority level of the message.