info

abstract fun info(message: String, metadata: Array<Metadata> = arrayOf())(source)

Logs an information message with optional metadata.

Parameters

message

The information message to be logged.

metadata

Optional metadata to be associated with the information message.