a

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

Send a LogLevel.ASSERT log message.

Since

1.3.8


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

Send a LogLevel.ASSERT log message.

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

Since

1.3.8