Skip to main content
Module

x/deno_structured_logging/mod.ts

A structured logging module for Deno
Latest
import * as denoStructuredLogging from "https://deno.land/x/deno_structured_logging@0.4.2/mod.ts";

Enums

Logging levels

Variables

A json output format

The default text output format

Functions

A console sink (with colors)

Create a new Logger

A basic sink to write to a file

Interfaces

Color overrides for the console sink

Options for the console sink

A parsed log entry

THe main logger class

Type Aliases

A function that changes the color of a string in the terminal, generally from std/fmt/colors.ts

A sink is like an output, sometimes known as a handler