warn

open override fun warn(message: String, throwable: Throwable? = null)

Logs a warning message by delegating to the underlying Kermit logger's w method.

Parameters

message

The message string to be logged.

throwable

An optional Throwable to include for additional context.