loggin-guru
v1.0.2
Published
A logging framework for Node.js applications
Downloads
5
Maintainers
Readme
loggin-guru
loggin-guru is a flexible and easy-to-use logging framework for Node.js applications.
Features
- Supports logging messages at different levels (debug, info, warn, error).
- Allows logging to multiple transports (console, file).
- Customizable log format.
- Dynamic log level configuration.
- Error handling for logging failures.
- Event-driven architecture with EventEmitter.
Installation
You can install loggin-guru via npm:
npm install loggin-guru