toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
Console
Console
js
external
interface
Console
Members
Functions
clear
Link copied to clipboard
js
abstract
fun
clear
(
)
count
Link copied to clipboard
js
abstract
fun
count
(
label
:
String
=
definedExternally
)
count
Reset
Link copied to clipboard
js
abstract
fun
countReset
(
label
:
String
=
definedExternally
)
debug
Link copied to clipboard
js
abstract
fun
debug
(
vararg
data
:
Any
)
dir
Link copied to clipboard
js
abstract
fun
dir
(
item
:
Any
=
definedExternally
,
options
:
Any
=
definedExternally
)
dirxml
Link copied to clipboard
js
abstract
fun
dirxml
(
vararg
data
:
Any
)
error
Link copied to clipboard
js
abstract
fun
error
(
vararg
data
:
Any
)
group
Link copied to clipboard
js
abstract
fun
group
(
vararg
data
:
Any
)
group
Collapsed
Link copied to clipboard
js
abstract
fun
groupCollapsed
(
vararg
data
:
Any
)
group
End
Link copied to clipboard
js
abstract
fun
groupEnd
(
)
info
Link copied to clipboard
js
abstract
fun
info
(
vararg
data
:
Any
)
log
Link copied to clipboard
js
abstract
fun
log
(
vararg
data
:
Any
)
table
Link copied to clipboard
js
abstract
fun
table
(
tabularData
:
Any
=
definedExternally
,
properties
:
Array
<
String
>
=
definedExternally
)
time
Link copied to clipboard
js
abstract
fun
time
(
label
:
String
=
definedExternally
)
time
End
Link copied to clipboard
js
abstract
fun
timeEnd
(
label
:
String
=
definedExternally
)
time
Log
Link copied to clipboard
js
abstract
fun
timeLog
(
label
:
String
=
definedExternally
,
vararg
data
:
Any
)
time
Stamp
Link copied to clipboard
js
abstract
fun
timeStamp
(
label
:
String
=
definedExternally
)
trace
Link copied to clipboard
js
abstract
fun
trace
(
vararg
data
:
Any
)
warn
Link copied to clipboard
js
abstract
fun
warn
(
vararg
data
:
Any
)