i

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

Send a LogLevel.INFO log message.

Since

1.3.8


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

Send a LogLevel.INFO log message.

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

Since

1.3.8