1.0.1 • Published 4 years ago

elmar-woodenlog v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

WoodenLog

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

Installation

  npm install elmar-woodenlog --save

Usage

var woodenlog = require('elmar-woodenlog')
//woodenlog. configurate(null, 'white', 'green', 'red');

woodenlog.log("just log!");
woodenlog.warn("this is a warning!");
woodenlog.error("just log!");

Tests

  npm test

Release History

*1.0.0 Initial release