1.0.1 • Published 6 years ago
@tsq/app-log v1.0.1
app-log
a log tool for Node.js
Install
npm i @tsq/app-log
Usage
const Log = require('@tsq/app-log');
const log = new Log('debug');
API
log.debug('foo');
log.info('foo');
log.warn('foo');
log.error('foo');
1.0.1
6 years ago