Type Alias: StructuredLogContext
type StructuredLogContext = LogContextInput & {
[LOG_CONTEXT_SYMBOL]: true;
};
Defined in: shared/utils/loggingContext.ts:60
Tagged log context stored on arguments after normalization.
Type Declarationโ
[LOG_CONTEXT_SYMBOL]โ
readonly [LOG_CONTEXT_SYMBOL]: true;