Closed guillaumewuip closed 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 ?
console.t('MyTag').time().log("My Log");
[MyTag] [2014-09-04T20:00:27.225Z] My Log
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
?