Skip to content

LoggerConfig

Defined in: Logger.ts:11

Configuration for the Logger.

optional bufferSize?: number

Defined in: Logger.ts:17

Ring buffer size. Default: 500.


optional categories?: string[]

Defined in: Logger.ts:15

Category whitelist. Empty = all categories allowed.


optional level?: LogLevel

Defined in: Logger.ts:13

Minimum log level. Default: Info.


optional output?: (entry) => void

Defined in: Logger.ts:19

Custom output handler.

LogEntry

void