Build
Docs
Reference
Guides
Blog
Discord
/
node:inspector
/
InspectorConsole
M
assert
M
clear
M
count
M
countReset
M
debug
M
dir
M
dirxml
M
error
M
group
M
groupCollapsed
M
groupEnd
M
info
M
log
M
profile
M
profileEnd
M
table
M
time
M
timeLog
M
timeStamp
M
trace
M
warn
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:inspector
/
InspectorConsole
M
assert
M
clear
M
count
M
countReset
M
debug
M
dir
M
dirxml
M
error
M
group
M
groupCollapsed
M
groupEnd
M
info
M
log
M
profile
M
profileEnd
M
table
M
time
M
timeLog
M
timeStamp
M
trace
M
warn
interface
inspector.InspectorConsole
interface
InspectorConsole
assert
(
value
?
:
any
,
...
data
:
any
[]
)
:
void
;
clear
(
...
data
:
any
[]
)
:
void
;
count
(
label
?
:
any
)
:
void
;
countReset
(
label
?
:
any
)
:
void
;
debug
(
...
data
:
any
[]
)
:
void
;
dir
(
...
data
:
any
[]
)
:
void
;
dirxml
(
...
data
:
any
[]
)
:
void
;
error
(
...
data
:
any
[]
)
:
void
;
group
(
...
data
:
any
[]
)
:
void
;
groupCollapsed
(
...
data
:
any
[]
)
:
void
;
groupEnd
(
...
data
:
any
[]
)
:
void
;
info
(
...
data
:
any
[]
)
:
void
;
log
(
...
data
:
any
[]
)
:
void
;
profile
(
label
?
:
any
)
:
void
;
profileEnd
(
label
?
:
any
)
:
void
;
table
(
...
data
:
any
[]
)
:
void
;
time
(
label
?
:
any
)
:
void
;
timeLog
(
label
?
:
any
)
:
void
;
timeStamp
(
label
?
:
any
)
:
void
;
trace
(
...
data
:
any
[]
)
:
void
;
warn
(
...
data
:
any
[]
)
:
void
;