w

inline fun w(throwable: Throwable? = null, crossinline message: () -> String)

Logs a warning message.

Parameters

throwable

Optional throwable associated with the message.

message

A function providing the message to be logged.