@camunda8/orchestration-cluster-api
    Preparing search index...

    Interface LogEvent

    interface LogEvent {
        args: any[];
        code?: string;
        data?: any;
        level: LogLevel;
        scope: string;
        ts: number;
    }
    Index

    Properties

    args: any[]
    code?: string
    data?: any
    level: LogLevel
    scope: string
    ts: number