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

Add an output.

Parameters

output: LoggerOutput

The output object.

Returns

this

Self, for chaining purposes.