1.0.12 • Published 9 months ago

winston-chalk v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

winston-chalk

npm version GitHub license

winston-chalk is a custom logger module that combines the functionality of the Winston logging library with the colorful text formatting of Chalk. It allows you to log messages with different severity levels and adds colors to make your logs more visually appealing.

Installation

You can install winston-chalk using npm or yarn:

npm install winston-chalk

or

yarn add winston-chalk

Usage

Here's how you can use winston-chalk in your Node.js applications:

const logger = require("winston-chalk");

logger.info("This is an info message.");
logger.warn("This is a warning message.");
logger.error("This is an error message.");
logger.debug("This is an error message.");

Output

Log Output

By default, winston-chalk will colorize log messages based on their severity level (info: blue, warn: yellow, error: red) to make it easier to distinguish between different types of messages.

License

This package is licensed under the MIT License. See the LICENSE file for details.

Issues

If you encounter any issues or have questions about this package, please feel free to open an issue on GitHub.

Author

winston-chalk is maintained by Mehedi Hassan.

Acknowledgments

  • Winston - A versatile logging library for Node.js.
  • Chalk - Terminal string styling for Node.js.

Thank you for using winston-chalk!

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago