Automerge Repo - v2.6.0-alpha.2
    Preparing search index...

    Minimal logger interface, shaped to match console, winston, pino, etc.

    interface Logger {
        debug(message: string, ...args: unknown[]): void;
        error(message: string, ...args: unknown[]): void;
        info(message: string, ...args: unknown[]): void;
        warn(message: string, ...args: unknown[]): void;
    }
    Index

    Methods