Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method Logger.prototype.addOutput
import { Logger } from "https://deno.land/x/melt@0.1.1/logging/logging.ts";

Add an output.

Parameters

output: LoggerOutput

The output object.

Returns

this

Self, for chaining purposes.