Search
Preparing search index...
The search index is not available
Diffusion JavaScript API 6.6.0-preview.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
Logger
Interface Logger
Interface for objects that provide a logging function for each log level
Hierarchy
Logger
Index
Properties
debug
error
info
trace
warn
Properties
debug
debug
:
function
Type declaration
(
...
msg
:
any
[]
)
:
void
Parameters
Rest
...
msg:
any
[]
Returns
void
error
error
:
function
Type declaration
(
...
msg
:
any
[]
)
:
void
Parameters
Rest
...
msg:
any
[]
Returns
void
info
info
:
function
Type declaration
(
...
msg
:
any
[]
)
:
void
Parameters
Rest
...
msg:
any
[]
Returns
void
trace
trace
:
function
Type declaration
(
...
msg
:
any
[]
)
:
void
Parameters
Rest
...
msg:
any
[]
Returns
void
warn
warn
:
function
Type declaration
(
...
msg
:
any
[]
)
:
void
Parameters
Rest
...
msg:
any
[]
Returns
void
Globals
Logger
debug
error
info
trace
warn
Interface for objects that provide a logging function for each log level