log5424
Preparing search index...
Logger
Type Alias Logger
Logger
:
LoggerFunction
&
{
alert
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
critical
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
debug
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
emergency
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
error
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
info
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
notice
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
warning
:
(
msg
?:
string
|
null
,
options
?:
Options
)
=>
string
;
}
Logger function with attached severity methods.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
log5424
Loading...
Logger function with attached severity methods.