info

abstract fun info(message: String, vararg args: JsAny?)(source)

Outputs the given information message to the channel.

The message is only logged if the channel is configured to display info log level or lower.

Parameters

message

info message to log

Online Documentation