npm.io
1.0.0 • Published 10 years ago

winston-color

Licence
MIT
Version
1.0.0
Deps
1
Vulns
0
Weekly
0
Stars
1

winston-color

Quickly create a Winston-based logger with colored output enabled by default

Installation

npm install winston-color

Usage

var logger = require("winston-color");

// use standard Winston methods
logger.error(...);
logger.warn(...);
logger.info(...);
logger.debug(...);
logger.silly(...);

For the full reference check the Winston GitHub repository.

Keywords