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

Associate the logger with one or more context IDs.

Parameters

...ids: string[]

The context IDs to associate with.

Returns

this

Self, for chaining purposes.