whispering-winds-logger
v1.0.4
Published
A minimalistic, efficient logging library for JavaScript applications.
Downloads
9
Maintainers
Readme
Whispering Winds Logger
A minimalistic, efficient logging library for JavaScript applications, providing straightforward logging capabilities with a touch of elegance.
Installation
npm install whispering-winds-logger
Usage
const logger = require('whispering-winds-logger');
logger.info('This is an informational message');
logger.warn('This is a warning message');
logger.error('This is an error message');
Enjoy simple and elegant logging with whispering-winds-logger
.
License
This project is licensed under the MIT License.