Sparky
Preparing search index...
interfaces/logger.interface
ILogger
Interface ILogger
Interface for a logger.
interface
ILogger
{
error
:
(
...
args
:
string
[]
)
=>
void
;
info
:
(
...
args
:
string
[]
)
=>
void
;
warn
:
(
...
args
:
string
[]
)
=>
void
;
}
Index
Properties
error
info
warn
Properties
error
error
:
(
...
args
:
string
[]
)
=>
void
Log an error message.
info
info
:
(
...
args
:
string
[]
)
=>
void
Log an informational message.
warn
warn
:
(
...
args
:
string
[]
)
=>
void
Log a warning message.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
info
warn
Sparky
Loading...
Interface for a logger.