Skip to content

LoggerConfig

Defined in: Logger.ts:14

Configuration for the Logger.

optional bufferSize?: number

Defined in: Logger.ts:20

Ring buffer size. Default: 500.


optional categories?: string[]

Defined in: Logger.ts:18

Category whitelist. Empty = all categories allowed.


optional level?: LogLevel

Defined in: Logger.ts:16

Minimum log level. Default: Info.


optional output?: (entry) => void

Defined in: Logger.ts:22

Custom output handler.

LogEntry

void