@grand-board/otel-cloudflare - v6.11.0
    Preparing search index...

    Interface LogEntry

    interface LogEntry {
        attributes: Record<string, unknown>;
        caller?: CallerInfo;
        level: LogLevel;
        message: string;
        spanId?: string;
        timestamp: Date;
        traceId?: string;
    }
    Index

    Properties

    attributes: Record<string, unknown>
    caller?: CallerInfo
    level: LogLevel
    message: string
    spanId?: string
    timestamp: Date
    traceId?: string