Logging Packages
Structured and leveled logging libraries for capturing, formatting, and shipping application logs to observability pipelines (Winston, Pino, Loguru).
Packages in Logging
Pino
A super fast, low-overhead JSON logger for Node.js applications.
pino-pretty
A CLI and stream that prettifies Pino's ndjson log lines into readable, colorized terminal output for local development.
Winston
A battle-tested Node.js logging library with pluggable transports, custom formats, and multiple log levels.
tracing
Structured, application-level diagnostics for async Rust programs, built around scoped spans and events.
Logrus
Structured, pluggable logging for Go with a stdlib-compatible API and level-based hooks.
log
A lightweight logging facade for Rust that decouples libraries from the logging implementation applications choose.
OpenTelemetry Python SDK
The reference implementation of the OpenTelemetry API for Python - traces, metrics, and logs
debug
A tiny, zero-config JavaScript debugging utility with namespaced, color-coded output for Node.js and the browser.
electron-log
Zero-dependency logging for Electron, Node.js, and NW.js apps with file, console, and remote transports.
loguru
A drop-in replacement for Python's standard logging module that makes logging enjoyable, with almost no setup required.
morgan
Battle-tested HTTP request logger middleware for Node.js and Express.
zerolog
A zero-allocation, chaining-API JSON logger for Go built for both structured production output and pretty local development logs.
env_logger
Environment-variable-configured logging backend for Rust's log crate
structlog
Structured, typed logging for Python built on plain functions and dictionaries instead of a bespoke logging DSL.
logr
A minimal, backend-agnostic structured logging API for Go, letting libraries log without coupling to any specific logging implementation.