info

abstract fun info(message: String, error: Throwable? = null)(source)

Logs an informational message.

Parameters

message

message to log.

error

optional error associated with the message.