clearContextStack()
function clearContextStack(): void;
Defined in: src/lib/logging/context.ts:188
Clears the entire context stack. Useful for cleanup between tests or on shutdown.
Returns
void
function clearContextStack(): void;
Defined in: src/lib/logging/context.ts:188
Clears the entire context stack. Useful for cleanup between tests or on shutdown.
void