w

fun w(tag: Tag, content: Any?)(source)
fun w(tag: Tag, lazyMsg: () -> Any)(source)
fun w(tag: Tag, content: Any?, throwable: Throwable)(source)
fun w(tag: Tag, throwable: Throwable, lazyMsg: () -> Any)(source)
fun w(content: Any?)(source)
fun w(lazyMsg: () -> Any)(source)
fun w(content: Any?, throwable: Throwable)(source)
fun w(throwable: Throwable, lazyMsg: () -> Any)(source)

Send a LogLevel.WARN log message.

Since

1.3.8


fun w(tag: Tag, throwable: Throwable)(source)
fun w(throwable: Throwable)(source)

Send a LogLevel.WARN log message.

logcat.w(NullPointerException("this object is null."))

Since

1.3.8