iconsole
v0.0.9
Published
iconsole: better console for nodejs
Downloads
8
Readme
#iconsole - Better Console for Nodejs
This item is used for print beautifully for console
You can use it to change all the method behaviors and stdout styles like console.log or console.error
Install
npm install iconsole
Usage
require('iconsole')
console.config({
prefix: '[iconsole] '
})
console.log('test log')
console.warn('test warn')
console.error('test error')
Questions?
If you have any questions, please feel free to ask through New Issue
License
iconsole
is available under the terms of the MIT License.