Beignet API reference
Preparing search index...
@beignet/provider-logger-pino
LoggerPinoConfig
Interface LoggerPinoConfig
Validated configuration for the Pino logger provider.
interface
LoggerPinoConfig
{
FORMAT
:
"json"
|
"pretty"
;
LEVEL
:
"error"
|
"trace"
|
"debug"
|
"info"
|
"warn"
|
"fatal"
;
SERVICE
?:
string
;
TIMESTAMP
:
boolean
;
}
Index
Properties
FORMAT
LEVEL
SERVICE?
TIMESTAMP
Properties
FORMAT
FORMAT
:
"json"
|
"pretty"
LEVEL
LEVEL
:
"error"
|
"trace"
|
"debug"
|
"info"
|
"warn"
|
"fatal"
Optional
SERVICE
SERVICE
?:
string
TIMESTAMP
TIMESTAMP
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
FORMAT
LEVEL
SERVICE
TIMESTAMP
Beignet API reference
Loading...
Validated configuration for the Pino logger provider.