UNPKG

logbook

Version:

Log all data passing through process.stdout and process.stderr

11 lines (10 loc) 200 B
//show timestamps and 'log' or 'err' labels require('../').configure({ console: { timestamps: true, typestamps: true } }); //prettyyyyy console.error('uh oh...'); console.log('hooray!');