@yamlresume/core
Preparing search index...
Logger
Interface Logger
Logger interface for programmatic control of output messages.
interface
Logger
{
debug
:
(
message
:
string
)
=>
void
;
error
:
(
message
:
string
)
=>
void
;
info
:
(
message
:
string
)
=>
void
;
log
:
(
message
:
string
)
=>
void
;
start
:
(
message
:
string
)
=>
void
;
success
:
(
message
:
string
)
=>
void
;
warn
:
(
message
:
string
)
=>
void
;
}
Index
Properties
debug
error
info
log
start
success
warn
Properties
debug
debug
:
(
message
:
string
)
=>
void
error
error
:
(
message
:
string
)
=>
void
info
info
:
(
message
:
string
)
=>
void
log
log
:
(
message
:
string
)
=>
void
start
start
:
(
message
:
string
)
=>
void
success
success
:
(
message
:
string
)
=>
void
warn
warn
:
(
message
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
error
info
log
start
success
warn
@yamlresume/core
Loading...
Logger interface for programmatic control of output messages.