API reference / @evolu/common / Console
Console
Interfaces
| Interface | Description |
|---|---|
| Console | Console abstraction for Chrome 123+, Firefox 125+, Safari 18.1+, Node.js 22.x+, and React Native 0.75+. Includes methods guaranteed to be available in these environments and expected to remain compatible in future versions. Output formatting may vary (e.g., interactive UI in browsers vs. text in Node.js/React Native), but functionality is consistent across platforms. |
| ConsoleConfig | - |
| ConsoleDep | Dependency interface for injecting a Console instance. |
| ConsoleWithTimeConfig | - |
Functions
| Function | Description |
|---|---|
| createConsole | Creates a Console for logging with configurable output. |
| createConsoleWithTime | Creates a console instance with timestamp prefixes. |