Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

winston-color

arturoarevalo20kMIT1.0.0

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

winston, log, color

readme

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.