i
open fun i( @Nullable pair: Pair<String, String>, @NonNull tag: String, @NonNull message: String)
Content copied to clipboard
Send an 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.