Skip to main content

Interface: LogTimingOptions

Defined in: logger.types.ts:125 Options for the

Log Timing

decorator

Properties

label?

optional label?: string
Defined in: logger.types.ts:127 Custom label for timing logs

level?

optional level?: LogLevelString
Defined in: logger.types.ts:131 Log level to use (default: ‘info’)

threshold?

optional threshold?: number
Defined in: logger.types.ts:129 Threshold in ms - only log if execution exceeds this (default: 0)