API Reference / @evolu/common / Console / ConsoleConfig
Interface: ConsoleConfig
Defined in: packages/common/src/Console.ts:72
Extended by
Properties
Property | Modifier | Type | Description | Defined in |
---|---|---|---|---|
enableLogging? | readonly | boolean | Enable or disable console logging. When true, logs are output to the Console; when false, logging is disabled for all methods except error , which always outputs to ensure critical issues are not missed. Default is false. | packages/common/src/Console.ts:79 |