i

inline fun i(context: Any, throwable: Throwable? = null, message: () -> String)

Logs an informational message.

Info messages are logged when logLevel is LogLevel.Information or higher. Use for general informational messages that highlight application progress.

Parameters

context

Context for the log tag (typically this, a Class, or a String)

throwable

Optional exception to include in the log

message

Lazy message supplier that is only evaluated when logging is enabled