Skip to content

tyhe12/not-fancy-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published