Skip to content

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.

Notifications You must be signed in to change notification settings

ali-sardari/js-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published