@valon-technologies/gestalt
    Preparing search index...

    Interface RuntimeLogAppendLogsInput

    Batch of runtime log entries to append through RuntimeLogHost.appendLogs.

    interface RuntimeLogAppendLogsInput {
        sessionId?: string;
        logs: readonly RuntimeLogAppendInput[];
    }
    Index

    Properties

    Properties

    sessionId?: string

    Runtime session id. Defaults to GESTALT_RUNTIME_SESSION_ID.

    logs: readonly RuntimeLogAppendInput[]

    Log entries to append.