w

fun w(tag: String, msg: String)

Logs a message at WARNING level, if enabled.

Parameters

tag

The tag to log.

msg

The message to log.


fun w(tag: String, msg: String, tr: Throwable)

Logs a message at WARNING level, if enabled.

Parameters

tag

The tag to log.

msg

The message to log.

tr

The exception to log.