1.0.0 • Published 7 years ago

@weirdlookingjay/woodenlog v1.0.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
7 years ago

WoodenLog

Minimalist log node messages module to add colors for console.log for specific type of log.

Installation

npm install woodenlog --save

Usage

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 test

Release History

  • 1.0.0 Initial release
1.0.0

7 years ago