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

Package detail

logcolor

youngsluo13ISC1.0.0

Tiny log with color in stdout based on log

readme

logcolor


log with color when stdout. forked of log.js

install

npm install logcolor

useage

var Log = require('log-color'),
  log = new Log('debug');

log.debug(11111)
log.info(22222)
log.notice(33333)
log.warning(44444)
log.error(55555)
log.critical(66666)
log.alert(77777)