Skip to content

brunoetchings/colorful-terminal-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorful-terminal-logger

npm version npm downloads license

A colorful terminal logger built with Node.js using Winston, Chalk, and Moment.js.

Installation

You can install the colorful-terminal-logger package via npm:

npm install colorful-terminal-logger

Usage

const logger = require('colorful-terminal-logger');

logger.info('Information message');
logger.warn('Warning message');
logger.error('Error message');

Options

You can customize the logger's behavior by passing options to the createLogger function. Refer to the Winston documentation for more information on available options.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple and colorful logger for console applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published