@ceeblue/web-utils
Preparing search index...
Log
Class Log
Log instance
Index
Constructors
constructor
Accessors
debug
error
info
warn
Constructors
constructor
new
Log
(
log
:
ILog
,
...
args
:
unknown
[]
)
:
Log
Parameters
log
:
ILog
...
args
:
unknown
[]
Returns
Log
Accessors
debug
get
debug
()
:
(
...
args
:
any
[]
)
=>
void
Returns
(
...
args
:
any
[]
)
=>
void
error
get
error
()
:
(
...
args
:
any
[]
)
=>
void
Returns
(
...
args
:
any
[]
)
=>
void
info
get
info
()
:
(
...
args
:
any
[]
)
=>
void
Returns
(
...
args
:
any
[]
)
=>
void
warn
get
warn
()
:
(
...
args
:
any
[]
)
=>
void
Returns
(
...
args
:
any
[]
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
debug
error
info
warn
@ceeblue/web-utils
Loading...
Log instance