logI

abstract fun logI(tag: String, message: String)

Logs an informational message.

Parameters

tag

Log tag for categorizing the message.

message

The informational message to log.