info

open fun info(message: String)

Logs an informational message, highlighting high-level application progress.

These messages are intended to provide a general overview of what the application is doing, such as starting a service or completing a significant task.

Parameters

message

The message string to be logged.