warn

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

Outputs the given warning message to the channel.

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

Parameters

message

warning message to log

Online Documentation