Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-web
/
web.console
/
Console
/
log
log
abstract
fun
log
(
vararg
data
:
JsAny
?
)
(
source
)
The
console.log()
static method outputs a message to the console.
MDN Reference
abstract
fun
log
(
vararg
data
:
String
?
)
(
source
)