Simple yet powerful logger based on pino with contextual logging support.
npm i pino@8 pine-log
- Contextual Logging: powered by Async Local Storage introduced in Node v14.
- Automatic: Automatically finds a tag by parsing the caller class/function
- Performance: It's basically an add-on of pino, which has very low overhead
- Convenience: Production-Ready Default Configuration
- Node.JS v14 or newer (Recommend: v16.4.0 or newer)