pushContext()
function pushContext(ctx: TraceContext): void;
Defined in: src/lib/logging/context.ts:171
Pushes a trace context onto the stack.
Parameters
| Parameter | Type | Description |
|---|---|---|
ctx | TraceContext | The context to push. |
Returns
void
function pushContext(ctx: TraceContext): void;
Defined in: src/lib/logging/context.ts:171
Pushes a trace context onto the stack.
| Parameter | Type | Description |
|---|---|---|
ctx | TraceContext | The context to push. |
void