Feature similar to Chrome console 'show timestamps'?
Closed this issue · 1 comments
qsc-jhndnn commented
The Chrome developer tools have a feature to enable timestamps on all entries. This also includes hover text with a full timestamp.
Is there anyway to accomplish this with console-feed? In my case I would prefer to supply the timestamps for my log messages and not have them auto generated when the items are added.
qsc-jhndnn commented
I created a pull request with this feature in case anyone else would be interested - #93