i

abstract fun i(    tag: String,     msg: String,     throwable: Throwable? = null)

Send an information log

Parameters

tag

The tag to log

msg

The message to log

throwable

The exception to log