i

fun i(tag: String, message: String)

Logs an info log line.

Parameters

tag

Log tag.

message

Log message.


fun i(tag: String, msg: String, obj: Any)

Logs an info log line.

Parameters

tag

Log tag.

msg

Log message.

obj

Object to be logged.