Skip to main content

@std/log@0.224.11
Built and signed on GitHub Actions

UNSTABLE: A customizable logger framework

This package works with DenoIt is unknown whether this package works with Bun
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
94%
Published
a day ago (0.224.11)
type alias FormatterFunction

A function type that defines the structure of a formatter function.

Definition

(logRecord: LogRecord) => string

Add Package

deno add jsr:@std/log

Import symbol

import { type FormatterFunction } from "@std/log/base-handler";

---- OR ----

Import directly with a jsr specifier

import { type FormatterFunction } from "jsr:@std/log/base-handler";

Add Package

bunx jsr add @std/log

Import symbol

import { type FormatterFunction } from "@std/log/base-handler";