darekf77 / ng2-logger

Isomorphic logger for Browser and NodeJS, ( typescript / javascript ) apps
MIT License
61 stars 17 forks source link

Feature: Add Timers #33

Closed danielsogl closed 6 years ago

danielsogl commented 6 years ago

Following the Console Web Api the timers functions are missing.

console.time("answer time");
alert("Click to continue");
console.timeEnd("answer time");