w

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

Logs a warning message. This implementation does nothing.

Parameters

message

The warning message to be logged.

throwable

An optional Throwable associated with the warning.