weasel API - v0.8.0
    Preparing search index...

    Interface HistoryLogger

    Diagnostics sink for CreateHistoryOptions.debug. Messages arrive pre-formatted and unconditional; deciding whether to emit them is the caller's job.

    interface HistoryLogger {
        log(message: string): void;
        warn(message: string): void;
    }
    Index

    Methods

    Methods