API reference › @evolu/common › Console › createNativeConsoleOutput
function createNativeConsoleOutput(): ConsoleOutput;
Defined in: packages/common/src/Console.ts:438
Creates a ConsoleOutput that writes to globalThis.console.
Pure transport - just calls the native console method with the entry args. Use createConsoleFormatter with ConsoleConfig.formatter for timestamps and path prefixes.
Example
const output = createNativeConsoleOutput();