sveltekit-eventsource - v1.0.0
Preparing search index...
protocol
DebugLogger
Interface DebugLogger
Debug logger interface.
interface
DebugLogger
{
debug
?:
(
...
args
:
any
[]
)
=>
void
;
error
?:
(
...
args
:
any
[]
)
=>
void
;
warn
?:
(
...
args
:
any
[]
)
=>
void
;
}
Index
Properties
debug?
error?
warn?
Properties
Optional
debug
debug
?:
(
...
args
:
any
[]
)
=>
void
Optional
error
error
?:
(
...
args
:
any
[]
)
=>
void
Optional
warn
warn
?:
(
...
args
:
any
[]
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
error
warn
sveltekit-eventsource - v1.0.0
Loading...
Debug logger interface.