API reference@evolu/commonConsole › ConsoleOutput

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

Output destination for Console.

Implement this interface to create custom log destinations (file, network, array for testing, etc.).

Use createNativeConsoleOutput for native console output.

Extended by

Properties

write

readonly write: (entry: ConsoleEntry, formatter?: ConsoleFormatter) => void;

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

Write a log entry to this output.