i

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

Logs an info log line.

Parameters

tag

Log tag.

message

Log message.


open fun i(tag: String, message: String, e: Throwable)

Logs an info log line.

Parameters

tag

Log tag.

message

Log message.

e

Exception to be logged.