woodenlong
v1.0.1
Published
Simple logger with colors
Downloads
12
Maintainers
Readme
WoodenLog
Minimalist log node messages module to add colors for console.log for specific type of log.
Installation
npm install woodenlog --saveUsage
var woodenlog = require('woodenlog');
// woodenlog.configurate(null, 'white', 'green', 'red');
woodenlog.log('just log!');
woodenlog.warn('this is a warning!');
woodenlog.error('this is an error!');Tests
npm testRelease History
- 1.0.0 Initial release
