gwanyan-interactive-grassland - v0.1.0
    Preparing search index...

    This is the structured log format stored in memory and exposed to the UI.

    interface DiagnosticLogEntry {
        sequenceNumber: number;
        recordedAtTimeInMilliseconds: number;
        severity: DiagnosticLogSeverity;
        sourceSubsystem: string;
        message: string;
        details?: Record<string, unknown>;
    }
    Index

    Properties

    sequenceNumber: number
    recordedAtTimeInMilliseconds: number
    sourceSubsystem: string
    message: string
    details?: Record<string, unknown>