trace

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

Outputs the given trace message to the channel. Use this method to log verbose information.

The message is only logged if the channel is configured to display trace log level.

Parameters

message

trace message to log

Online Documentation