logtape
Installation
SKILL.md
LogTape skill for AI coding assistants
LogTape is a zero-dependency, library-first logging framework for JavaScript and TypeScript that works across Deno, Node.js, Bun, browsers, and edge functions.
Full documentation: https://logtape.org/
Getting a logger
Always use getLogger() with an array category to enable hierarchical
filtering. The hierarchy works like a path: a parent category's configuration
applies to all children.
import { getLogger } from "@logtape/logtape";