Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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
)