1.0.0 • Published 6 years ago

not-fancy-log v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

not-fancy-log

Same as fancy-log, but does not apply time stamp coloras ansi-grey, which is the background color for solarized.

Usage

const log = require('not-fancy-log');

log('hello'); // [12:34:56] hello

API

log(msg...)

Log a message

log.info(msg...)

Timestamp will be chalk.blue()

log.warn(msg...)

Timestamp will be chalk.yellow()

log.error(msg...)

Timestamp will be chalk.red()

Dependency