@statesync/core / ConsoleLoggerOptions
Interface: ConsoleLoggerOptions
Defined in: logger.ts:3
Properties
debug?
ts
optional debug: boolean;Defined in: logger.ts:13
If true, debug() logs are emitted. Otherwise debug() is a no-op. Default: false
prefix?
ts
optional prefix: string;Defined in: logger.ts:8
Prefix added to each log line. Default: "[state-sync]"