API reference / @evolu/common / Console / ConsoleConfig

Interface: ConsoleConfig

Defined in: packages/common/src/Console.ts:84

Extended by

Properties

PropertyModifierTypeDescriptionDefined in
enableLogging?readonlybooleanEnable or disable console logging (default: false). 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.packages/common/src/Console.ts:91

Was this page helpful?