wwWallet core documentation
Preparing search index...
server-core/src
Logger
Interface Logger
interface
Logger
{
business
:
(
event
:
BusinessEvent
,
data
:
{
[
key
:
string
]:
string
|
undefined
}
,
)
=>
void
;
debug
:
(
message
:
string
)
=>
void
;
error
:
(
message
:
string
)
=>
void
;
info
:
(
message
:
string
)
=>
void
;
warn
:
(
message
:
string
)
=>
void
;
}
Index
Properties
business
debug
error
info
warn
Properties
business
business
:
(
event
:
BusinessEvent
,
data
:
{
[
key
:
string
]:
string
|
undefined
}
,
)
=>
void
debug
debug
:
(
message
:
string
)
=>
void
error
error
:
(
message
:
string
)
=>
void
info
info
:
(
message
:
string
)
=>
void
warn
warn
:
(
message
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
business
debug
error
info
warn
wwWallet core documentation
Loading...