ts-lambda-api - v2.5.2
Preparing search index...
<internal>
LoggerOptions
Interface LoggerOptions
interface
LoggerOptions
{
access
?:
string
|
boolean
;
customKey
?:
string
;
detail
?:
boolean
;
errorLogging
?:
boolean
;
level
?:
string
;
levels
?:
{
[
key
:
string
]:
string
}
;
messageKey
?:
string
;
nested
?:
boolean
;
sampling
?:
{
period
?:
number
;
rate
?:
number
;
rules
?:
SamplingOptions
[]
;
target
?:
number
;
}
;
serializers
?:
{
[
name
:
string
]:
(
prop
:
any
)
=>
any
}
;
stack
?:
boolean
;
timestamp
?:
boolean
|
TimestampFunction
;
}
Index
Properties
access?
custom
Key?
detail?
error
Logging?
level?
levels?
message
Key?
nested?
sampling?
serializers?
stack?
timestamp?
Properties
Optional
access
access
?:
string
|
boolean
Optional
custom
Key
customKey
?:
string
Optional
detail
detail
?:
boolean
Optional
error
Logging
errorLogging
?:
boolean
Optional
level
level
?:
string
Optional
levels
levels
?:
{
[
key
:
string
]:
string
}
Optional
message
Key
messageKey
?:
string
Optional
nested
nested
?:
boolean
Optional
sampling
sampling
?:
{
period
?:
number
;
rate
?:
number
;
rules
?:
SamplingOptions
[]
;
target
?:
number
;
}
Optional
serializers
serializers
?:
{
[
name
:
string
]:
(
prop
:
any
)
=>
any
}
Optional
stack
stack
?:
boolean
Optional
timestamp
timestamp
?:
boolean
|
TimestampFunction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
custom
Key
detail
error
Logging
level
levels
message
Key
nested
sampling
serializers
stack
timestamp
ts-lambda-api - v2.5.2
Loading...