baryon/tracer
A powerful and customizable logging library for node.js observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5297
- days_rel: n/a
- days_push: 799
- n_releases_24m: 0
Adoption not part of the score
1151 stars · 116 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
tracer is a customizable logging library for Node.js that prints log messages with timestamps, file names, method names, line numbers, and call stacks. It supports colored console output, custom log levels, micro-template formatting, and pluggable transports including files, streams, and databases.
Use cases
- add structured logging with timestamps and line numbers to a node.js app
- print colored console logs in node.js
- write daily rotating log files like log4j
- send logs to file, stream, or database transports
- define custom logging levels and output formats
When to choose
- you want detailed log context (file, method, line number, call stack) out of the box
- you need colorized console output or daily log files in Node.js
- you want a lightweight, customizable logger with pluggable transports
When to avoid
- you need structured JSON logging or log aggregation integrations out of the box
- you are not working in Node.js
- you need a logger with active development and guaranteed long-term maintenance
Facets
library · maturity maintenance
logging developer-tools backend cli logger trace debug color-console daily-log transports nodejs
2 sources
- readme: https://github.com/baryon/tracer · fetched 2026-08-28 · 80261de03c1d
- registry_npm: https://registry.npmjs.org/tracer · fetched 2026-08-29 · ac146425e75b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| baryon/tracer | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem