Loom Engine - v3.1.1
    Preparing search index...

    Interface LogRingBufferOptions

    interface LogRingBufferOptions {
        capacity?: number;
        minLevel?: LogLevel;
        sink?: (entry: LogEntry) => void;
        now?: () => number;
    }
    Index

    Properties

    capacity?: number
    minLevel?: LogLevel
    sink?: (entry: LogEntry) => void
    now?: () => number