mathew-kurian / Scribe.js

:scroll: Node.js logging made simple! Online access to logs and more...
https://mathew-kurian.github.io/Scribe.js/
MIT License
284 stars 45 forks source link

Feature custom time and location #38

Closed guillaumewuip closed 9 years ago

guillaumewuip commented 9 years ago

Allow this :

console.file('myCustomFileName.lulz', 42).time((new Date).setYear(1999)).log("custom");
mathew-kurian commented 9 years ago

Looking good!