i

fun i(    pair: Pair<String?, String?>?,     tag: String,     message: String)

Send an com.streamwide.smartms.lib.logger.LogLevel.INFO log message.

Parameters

pair

Used to track the class & method name without obfuscation

tag

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

message

The message you would like logged.