i

open fun i(tag: String, msg: String)

Send an info log message.

Parameters

tag

Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

msg

The message you would like logged.


open fun i(tag: String, msg: String, tr: Throwable)

Send an info log message and log the exception.

Parameters

tag

Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

msg

The message you would like logged.

tr

An exception to log