db.log
v1.1.3
Published
****
Downloads
22
Readme
db.log
Simple Logger for Logging info or errors with contrasting colors and some emojis.
Installation
npm install db.logExample Usage
var log = require('db.log')
log.info('WILDLY USEFUL INFORMATION!!')
log.error('OH NOES!!')Config
Logging can be turned off by setting
process.env.loggingOff = true
