Skip to main content

Interface: LogClassOptions

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

Log Class

decorator

Properties

exclude?

optional exclude?: string[]
Defined in: logger.types.ts:153 Methods to exclude from logging

logCalls?

optional logCalls?: boolean
Defined in: logger.types.ts:155 Whether to log all method calls (default: true)

timing?

optional timing?: boolean
Defined in: logger.types.ts:157 Whether to time all method calls (default: false)