info

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

Logs an informational message.

Info messages highlight the progress of the application at a coarse-grained level, such as connection state changes or significant events.

Parameters

tag

The log tag, typically identifying the source class or component.

message

The message to log.