Skip to main content
The Deno 2 Release Candidate is here
Learn more
method Logger.prototype.removeContext
import { Logger } from "https://deno.land/x/melt@0.1.1/logging/mod.ts";

Disassociate the logger with one or more context IDs.

Parameters

...ids: string[]

The context IDs to disassociate.

Returns

this

Self, for chaining purposes.