#iconsole - Better Console for Nodejs
This item aim to make console printing more beautifully!
You can use it to change all the method behaviors and stdout styles like console.log or console.error
npm install iconsole
require('iconsole')
console.config({
prefix: '[iconsole] '
})
console.log('test log')
console.warn('test warn')
console.error('test error')
If you have any questions, please feel free to ask through New Issue
iconsole
is available under the terms of the MIT License.