error

abstract fun error(error: JsAny, vararg args: JsAny?)(source)

Outputs the given error or error message to the channel.

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

Parameters

error

Error or error message to log

Online Documentation