i

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

Logs an info log line.

Parameters

context

Context.

tag

Log tag.

message

Log message.


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

Logs an info log line.

Parameters

context

Context.

tag

Log tag.

message

Log message.

e

Exception to be logged.