1.0.3 • Published 3 months ago

whispering-winds-logger v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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.

1.0.2

3 months ago

1.0.3

3 months ago

1.0.1

3 months ago