Is there any quick way of getting Chrome to output timestamps in console.log
writes (like Firefox does). Or is prepending new Date().getTime()
the only option?
Is there any quick way of getting Chrome to output timestamps in console.log
writes (like Firefox does). Or is prepending new Date().getTime()
the only option?