API reference / @evolu/common / Console / ConsoleWithTimeConfig

Interface: ConsoleWithTimeConfig

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

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined 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.ConsoleConfig.enableLoggingpackages/common/src/Console.ts:105
timestampTypereadonly"absolute" | "relative"Type of timestamp to prepend to log messages. - 'absolute': Shows actual time (e.g., "14:32:15.234") - 'relative': Shows time since console creation (e.g., "+1.234s")-packages/common/src/Console.ts:182

Was this page helpful?