w

fun w(message: String, vararg args: Any?)

Send a warning log message.

Parameters

message

The message you would like logged.

args

The message args.


Send a warning log message.

Parameters

t

An exception to log


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

Sends a warn log.

Parameters

throwable

Optional throwable.

message

The message.