@hardpointlabs/sdk
Preparing search index...
logging
Logger
Interface Logger
The base type that all log calls in the SDK interact with.
interface
Logger
{
debug
(
msg
:
string
,
props
?:
LogProps
)
:
void
;
error
(
msg
:
string
,
props
?:
LogProps
)
:
void
;
info
(
msg
:
string
,
props
?:
LogProps
)
:
void
;
trace
(
msg
:
string
,
props
?:
LogProps
)
:
void
;
warn
(
msg
:
string
,
props
?:
LogProps
)
:
void
;
}
Index
Methods
debug
error
info
trace
warn
Methods
debug
debug
(
msg
:
string
,
props
?:
LogProps
)
:
void
Parameters
msg
:
string
Optional
props
:
LogProps
Returns
void
error
error
(
msg
:
string
,
props
?:
LogProps
)
:
void
Parameters
msg
:
string
Optional
props
:
LogProps
Returns
void
info
info
(
msg
:
string
,
props
?:
LogProps
)
:
void
Parameters
msg
:
string
Optional
props
:
LogProps
Returns
void
trace
trace
(
msg
:
string
,
props
?:
LogProps
)
:
void
Parameters
msg
:
string
Optional
props
:
LogProps
Returns
void
warn
warn
(
msg
:
string
,
props
?:
LogProps
)
:
void
Parameters
msg
:
string
Optional
props
:
LogProps
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
debug
error
info
trace
warn
@hardpointlabs/sdk
Loading...
The base type that all log calls in the SDK interact with.