Skip to content

chowa/chowa-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chowa-log

Different information level reminder logs

Install

npm i chowa-log

Usage

  • info
  • warning
  • success
  • error
const cwlog = require('chowa-log');

// import cwlog from 'chowa-log';

cwlog.info('This is an info log');

Setting

Set project name

cwlog.setProject('chowa');

Display log date

cwlog.displayDate();

License

MIT

About

Different information level reminder logs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published