Type Alias LoggerInterface
Type declaration
addContext:function
addContext(context: Context): void
appendKeys:function
appendKeys(attributes?: LogKeys): void
appendPersistentKeys:function
appendPersistentKeys(attributes?: LogKeys): void
createChild:function
critical:function
debug:function
error:function
getLevelName:function
getLevelName(): | "CRITICAL"| "TRACE"| "DEBUG"| "INFO"| "WARN"| "ERROR"| "SILENT" Returns "CRITICAL" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR" | "SILENT"
getLogEvent:function
getPersistentLogAttributes:function
info:function
injectLambdaContext:function
logEventIfEnabled:function
logEventIfEnabled(event: unknown, overwriteValue?: boolean): void Parameters
- event: unknown
Optional
overwriteValue: boolean
Returns void
refreshSampleRateCalculation:function
refreshSampleRateCalculation(): void
removeKeys:function
removeKeys(keys?: string[]): void
removePersistentLogAttributes:function
removePersistentLogAttributes(keys?: string[]): void
resetKeys:function
setLogLevel:function
setPersistentLogAttributes:function
shouldLogEvent:function
shouldLogEvent(overwriteValue?: boolean): boolean Parameters
Optional
overwriteValue: boolean
Returns boolean
trace:function
warn:function
Interface for the Logger class.