e

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

Send a LogLevel.ERROR log message.

Since

1.3.8


fun e(tag: Tag, tr: Throwable)(source)
fun e(throwable: Throwable)(source)

Send a LogLevel.ERROR log message.

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

Since

1.3.8