mwg API
    Preparing search index...

    Interface LogEntry

    interface LogEntry {
        category: string;
        data?: unknown;
        level: LogLevel;
        message: string;
        time: number;
    }
    Index
    category: string
    data?: unknown
    level: LogLevel
    message: string
    time: number