jbail / lumberjack

Lumberjack is a JavaScript utility that hijacks the browser console, makes it more beautiful and enhances it so logs can be split into more manageable chunks.
120 stars 8 forks source link

Same Colors Bug #6

Open rauluranga opened 10 years ago

rauluranga commented 10 years ago

Hi! In v0.3, if you run your test:

var cesar = cat.stream('cesar', {color: '#999', background: '#000'});
var mickey = cat.stream('mickey', {color: 'orange', background: 'beige'});

cesar.log('Hi, my name is Cesar.');
mickey.log('Hi, my name is Mickey.');

cesar log and mickey log prints the same colors on the console, this doesn't happen in v0.2 check it out at http://jbail.github.io/lumberjack/