x-logify

1.0.7 • Public • Published

X-Logify

npm version MIT license

A versatile and colorful logging utility for Node.js applications. Simplify debugging, improve log readability, and enhance your development experience with different log levels, including trace, debug, info, warn, and error. Powered by ANSI color codes for a visually appealing console output.

Installation

Install the Logger library using npm:

npm install x-logify

Usage

const logger = require("x-logify");

// Log messages with different levels
logger.d('Debugging information');
logger.i('Informational message');
logger.w('Warning message');
logger.e('Error message');
logger.trace('This is a trace message');

Output

Logger

Package Sidebar

Install

npm i x-logify

Weekly Downloads

10

Version

1.0.7

License

MIT

Unpacked Size

6.21 kB

Total Files

5

Last publish

Collaborators

  • ali-sardari