⚠️ DEPRECATED: This package is deprecated and no longer maintained. Please migrate to vestig — Leave a trace.
This project suffered from severe versioning issues during its development (version 4.x was accidentally skipped, inconsistent releases, etc.). Rather than continuing with a confusing version history, I started fresh with a completely rewritten package:
vestig — A modern, runtime-agnostic structured logging library with:
- Clean version history
- Automatic PII sanitization
- Context propagation with correlation IDs
- Multi-runtime support (Node.js, Bun, Deno, Edge, Browser)
- Zero dependencies
- Full TypeScript support
# Remove nexlog
npm uninstall nexlog
# Install vestig
npm install vestig- import logger from 'nexlog';
+ import { log } from 'vestig';The API has been redesigned for better ergonomics. See the vestig documentation for the full API.
If you need to reference the old documentation for existing projects, check the v5.3.0 release.
MIT License - see LICENSE file for details.