API reference / @evolu/common / Console / ConsoleWithTimeConfig
Interface: ConsoleWithTimeConfig
Defined in: packages/common/src/Console.ts:175
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
enableLogging? | readonly | boolean | Enable 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.enableLogging | packages/common/src/Console.ts:105 |
timestampType | readonly | "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 |