1.1.7 • Published 12 months ago

revita-clg v1.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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.

1.1.7

12 months ago

1.1.1

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.1.6

12 months ago

1.0.7

1 year ago

1.1.5

12 months ago

1.0.6

1 year ago

1.1.4

1 year ago

1.0.5

1 year ago

1.1.3

1 year ago

1.0.4

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago