w

abstract fun w(message: String, throwable: Throwable? = null)

Logs a warning message.

Parameters

message

The warning message to be logged.

throwable

Optional Throwable associated with the warning. Default is null.