@vs-org/logger
Simple console logger with severity.
Simple console logger with severity.
A flexible and context-aware logging module for Node.js applications. It supports multiple transports (console, file, HTTP, Elasticsearch), and enriches log messages with contextual information like timestamps, request IDs, and custom data. Ideal for both
helps logging colorized text in the console in node js apps
With this small and simple library, you can better manage your console logging. console.log() is a very often used method that also helps you a lot in the development. But there is one problem with it. It gets easily confusing and when the application goe