0.1.1 • Published 12 years ago

tinylog v0.1.1

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago
npm install tinylog

Transform the NodeJS console object into a colored logger system for the CLI.

Example

if(colored_console)	require('tinylog');

console.log('Nikta');
console.warn('Oktoberfest');
console.error('Medic');

Will output in the console:

2012-10-02T19:07:40.770Z INFO Nikta
2012-10-02T19:07:40.771Z WARN Oktoberfest
2012-10-02T19:07:40.772Z ERRO Medic
0.1.1

12 years ago

0.1.0

12 years ago

0.0.1

12 years ago