Libraries
    Preparing search index...

    Interface LogContextStore

    Store shape for the ambient log context.

    interface LogContextStore {
        correlationId?: string;
        logger: Logger;
        properties?: Record<string, unknown>;
    }
    Index

    Properties

    correlationId?: string
    logger: Logger
    properties?: Record<string, unknown>