Skip to main content
Module

x/powerlog/mod.ts

A powerful logger for Deno.
Latest
import * as powerlog from "https://deno.land/x/powerlog@0.1.0/mod.ts";

Classes

A transport that sends messages to a discord webhook.

A transport that sends messages to a discord webhook.

A transport that pushes logs to a file.

The transport base, but adds the ability for an external formatter.

Manage what levels goes through or is ignored.

A transport that uses either stdout or stderr.

A transport that pushes logs to a tcp server or a unix sock.

A transportation base.

A transport that writes to a stream.

Interfaces

A level emitter manager to enable or disable certain levels after construction.

The produced log data.

A way to transfer information to a destination.