w

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

Logs a warning message. This implementation does nothing.

Parameters

message

The warning message to be logged.

throwable

An optional Throwable associated with the warning.