Skip to main content

@std/log@0.224.14
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
88%
Published
2 weeks ago (0.224.14)

Classes

c
Logger

A logger that can log messages at different levels.

Functions

f
getLogger

Get a logger instance. If not specified name, get the default logger.

Add Package

deno add jsr:@std/log

Import symbol

import * as mod from "@std/log/get-logger";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@std/log/get-logger";

Add Package

bunx jsr add @std/log

Import symbol

import * as mod from "@std/log/get-logger";