LogTape: Simple logging library with zero dependencies for every JavaScript runtime

https://logtape.org/

7 points · 2 comments · view on lemmy.world

2 Comments

JbIPS@lemmy.world · 1 pts · 1y (1 reply)

Interessting. Any notable advantage vs Pino?

hongminhee@lemmy.ml · 2 pts · 1y

It has zero dependencies, and supports virtually every JavaScript runtime (browsers, Node.js, Bun, Deno, and edge functions). It also organize loggers in hierarchical categories, which allows you fine-grained control over log levels for different parts of an application.