w

fun w(message: String, tag: String = defaultTag, throwable: Throwable? = null)(source)

Logs a WARN message.

Parameters

message

The message to log.

tag

The tag to identify the log source. Defaults to the current default tag.

throwable

An optional exception associated with the warning.