lily
    Preparing search index...
    interface BrowserStorageTransportOptions {
        formatter?: { format(entry: LogEntry): string };
        keyPrefix?: string;
        maxEntries?: number;
        storage?: "localStorage" | "sessionStorage";
    }
    Index

    Properties

    formatter?: { format(entry: LogEntry): string }

    formatter to use for log entries

    keyPrefix?: string

    storage key prefix

    maxEntries?: number

    maximum number of log entries to store

    storage?: "localStorage" | "sessionStorage"

    storage type to use