The category of the logger that produced the log record.
readonly string[]
Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers
The category of the logger that produced the log record.
readonly string[]
Add Package
deno add jsr:@logtape/logtape
Import symbol
import { type LogRecord } from "@logtape/logtape";
Import directly with a jsr specifier
import { type LogRecord } from "jsr:@logtape/logtape";
Add Package
pnpm i jsr:@logtape/logtape
pnpm dlx jsr add @logtape/logtape
Import symbol
import { type LogRecord } from "@logtape/logtape";
Add Package
yarn add jsr:@logtape/logtape
yarn dlx jsr add @logtape/logtape
Import symbol
import { type LogRecord } from "@logtape/logtape";
Add Package
vlt install jsr:@logtape/logtape
Import symbol
import { type LogRecord } from "@logtape/logtape";
Add Package
npx jsr add @logtape/logtape
Import symbol
import { type LogRecord } from "@logtape/logtape";
Add Package
bunx jsr add @logtape/logtape
Import symbol
import { type LogRecord } from "@logtape/logtape";