← Docs
kotlin-stdlib / kotlin.js / Console

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 ? )
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .