prorm API Reference
    Preparing search index...

    Interface LogEntry

    Log entry structure

    interface LogEntry {
        level: LogLevel;
        levelName: string;
        message: string;
        timestamp: Date;
        meta?: Record<string, unknown>;
    }
    Index
    level: LogLevel
    levelName: string
    message: string
    timestamp: Date
    meta?: Record<string, unknown>