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

    Interface RuntimeLogWriterOptions

    Options for the Writable returned by RuntimeLogHost.writer.

    interface RuntimeLogWriterOptions {
        sessionId?: string;
        stream?: RuntimeLogStreamName;
        sourceSeqStart?: number | bigint;
    }
    Index

    Properties

    sessionId?: string

    Runtime session id. Defaults to GESTALT_RUNTIME_SESSION_ID.

    Destination stream. Defaults to stdout.

    sourceSeqStart?: number | bigint

    Initial sequence number for writes.