LoggerConfig
Upgather SDK / LoggerConfig
Interface: LoggerConfig
Defined in: lib/utils/logger/LoggerInterface.ts:62
Configuration options for logging behavior.
Properties
defaultMeta?
optionaldefaultMeta:Record<string,any>
Defined in: lib/utils/logger/LoggerInterface.ts:78
Additional metadata to include with every log entry.
level?
optionallevel:"debug"|"info"|"warn"|"error"|"silent"
Defined in: lib/utils/logger/LoggerInterface.ts:67
Minimum log level to output. Messages below this level will be suppressed.
Default Value
'info'
prefix?
optionalprefix:string
Defined in: lib/utils/logger/LoggerInterface.ts:73
Prefix to prepend to all log messages for context identification.
Default Value
'upgather-sdk'