Console

JS
1.1
interface Console
(source)

Exposes the console API to Kotlin.

Functions

JS
1.1

dir

abstract fun dir(o: Any)
JS
1.1

error

abstract fun error(vararg o: Any?)
JS
1.1

info

abstract fun info(vararg o: Any?)
JS
1.1

log

abstract fun log(vararg o: Any?)
JS
1.1

warn

abstract fun warn(vararg o: Any?)