Type Alias LoggerInterface
Type declaration
addContext:function
- addContext(context: Context): void
Returns void
addPersistentLogAttributes:function
- addPersistentLogAttributes(attributes?: LogAttributes): void
Returns void
appendKeys:function
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
- getLogEvent(): boolean
Returns boolean
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
Returns void
removeKeys:function
- removeKeys(keys?: string[]): void
Returns void
removePersistentLogAttributes:function
- removePersistentLogAttributes(keys?: string[]): void
Returns void
resetKeys:function
- resetKeys(): void
Returns void
setLogLevel:function
- setLogLevel(logLevel: LogLevel): void
Returns void
setPersistentLogAttributes:function
- setPersistentLogAttributes(attributes?: LogAttributes): void
Returns void
shouldLogEvent:function
- shouldLogEvent(overwriteValue?: boolean): boolean
Parameters
Optional
overwriteValue: boolean
Returns boolean
trace:function
warn:function
Interface for the Logger class.