API Reference
Preparing search index...
@aws-lambda-powertools/event-handler
types
GenericLogger
Type Alias GenericLogger
Interface for a generic logger object.
type
GenericLogger
=
{
debug
:
(
...
content
:
Anything
[]
)
=>
void
;
error
:
(
...
content
:
Anything
[]
)
=>
void
;
info
?:
(
...
content
:
Anything
[]
)
=>
void
;
trace
?:
(
...
content
:
Anything
[]
)
=>
void
;
warn
:
(
...
content
:
Anything
[]
)
=>
void
;
}
Index
Properties
debug
error
info?
trace?
warn
Properties
debug
debug
:
(
...
content
:
Anything
[]
)
=>
void
error
error
:
(
...
content
:
Anything
[]
)
=>
void
Optional
info
info
?:
(
...
content
:
Anything
[]
)
=>
void
Optional
trace
trace
?:
(
...
content
:
Anything
[]
)
=>
void
warn
warn
:
(
...
content
:
Anything
[]
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
error
info
trace
warn
API Reference
Loading...
Interface for a generic logger object.