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

Add console.time() #12

Closed guillaumewuip closed 10 years ago

guillaumewuip commented 10 years ago

Allow users to use console.t('MyTag').time().log("My Log"); in order to output something like [MyTag] [2014-09-04T20:00:27.225Z] My Log ?