Skip to main content

Built and signed on GitHub Actions

Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a month ago (0.9.0)
property LoggerConfig.parentSinks

Whether to inherit the parent's sinks. If inherit, the parent's sinks are used along with the specified sinks. If override, the parent's sinks are not used, and only the specified sinks are used.

The default is inherit.

Type

"inherit" | "override"

Add Package

deno add jsr:@logtape/logtape

Import symbol

import { type LoggerConfig } from "@logtape/logtape";

---- OR ----

Import directly with a jsr specifier

import { type LoggerConfig } from "jsr:@logtape/logtape";

Add Package

npx jsr add @logtape/logtape

Import symbol

import { type LoggerConfig } from "@logtape/logtape";

Add Package

yarn dlx jsr add @logtape/logtape

Import symbol

import { type LoggerConfig } from "@logtape/logtape";

Add Package

pnpm dlx jsr add @logtape/logtape

Import symbol

import { type LoggerConfig } from "@logtape/logtape";

Add Package

bunx jsr add @logtape/logtape

Import symbol

import { type LoggerConfig } from "@logtape/logtape";