Skip to content

Releases: Cryptoteep/logease

v0.1.0 — initial public release

Choose a tag to compare

@Cryptoteep Cryptoteep released this 08 Jul 09:12

🎉 First public release of logease — beautiful, zero-dependency structured logging for Node.js & TypeScript.

Highlights

  • 6 log levels with LOGEASE_LEVEL filtering
  • Child loggers with inherited context
  • 3 formatters: pretty, json, minimal
  • 3 transports: console, stream, file (with rotation)
  • Per-transport formatters (hybrid setups)
  • Timing helpers (time/timeEnd/measure)
  • Zero runtime dependencies, strict TypeScript
import { log } from 'logease';
log.info('hello, world');

See the README for the full tour.