interface Console
Exposes the console API to Kotlin.
abstract fun dir(o: Any)
abstract fun error(vararg o: Any?)
abstract fun info(vararg o: Any?)
abstract fun log(vararg o: Any?)
abstract fun warn(vararg o: Any?)
© 2010–2019 JetBrains s.r.o.Licensed under the Apache License, Version 2.0. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-console/index.html