HomeNext: Draftie
Log-Swift
Jan 20255 min

Log-Swift

Log-Swift is a lightweight, structured logger for Node.js that I built after bouncing between tools that were either too heavy or too bare-bones. I wanted clean, timestamped logs with sensible levels and readable output—without dragging in a massive dependency.

The library focuses on clarity during development and straightforward parsing in production. It supports multiple log levels (debug, info, warn, error), color-coded console output, and a tiny API surface that feels ergonomic in everyday use.

It’s TypeScript-friendly, easy to tree-shake, and small enough to drop into any service without second-guessing the overhead. The goal isn’t to replace enterprise log pipelines, but to give developers a sharp, minimal tool for day-to-day work.