info

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

The console.info() static method outputs a message to the console at the 'info' log level.

MDN Reference


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