swarpc - v0.10.0
Source code
Report a bug
Suggest an idea
Preparing search index...
RequestBoundLogger
Type Alias RequestBoundLogger
type
RequestBoundLogger
=
{
debug
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
;
info
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
;
warn
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
;
error
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
;
}
Index
Properties
debug
info
warn
error
Properties
debug
debug
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
info
info
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
warn
warn
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
error
error
:
(
message
:
string
,
...
args
:
any
[]
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
info
warn
error
Source code
Report a bug
Suggest an idea
swarpc - v0.10.0
Loading...