Different information level reminder logs
npm i chowa-log
- info
- warning
- success
- error
const cwlog = require('chowa-log');
// import cwlog from 'chowa-log';
cwlog.info('This is an info log');
cwlog.setProject('chowa');
cwlog.displayDate();
Different information level reminder logs
npm i chowa-log
const cwlog = require('chowa-log');
// import cwlog from 'chowa-log';
cwlog.info('This is an info log');
cwlog.setProject('chowa');
cwlog.displayDate();