Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 431 Bytes

README.MD

File metadata and controls

42 lines (27 loc) · 431 Bytes

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