@rvoh/dream
Preparing search index...
types
DreamLogger
Type Alias DreamLogger
type
DreamLogger
=
{
debug
:
(
...
args
:
any
[]
)
=>
void
;
error
:
(
...
args
:
any
[]
)
=>
void
;
info
:
(
...
args
:
any
[]
)
=>
void
;
warn
:
(
...
args
:
any
[]
)
=>
void
;
}
Index
Properties
debug
error
info
warn
Properties
debug
debug
:
(
...
args
:
any
[]
)
=>
void
error
error
:
(
...
args
:
any
[]
)
=>
void
info
info
:
(
...
args
:
any
[]
)
=>
void
warn
warn
:
(
...
args
:
any
[]
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
error
info
warn
@rvoh/dream
Loading...