debug

abstract fun debug(vararg data: JsAny?)(source)

The console.debug() static method outputs a message to the console at the "debug" log level. The message is only displayed to the user if the console is configured to display debug output. In most cases, the log level is configured within the console UI. This log level might correspond to the Debug or Verbose log level.

MDN Reference


abstract fun debug(vararg data: String?)(source)