samdenty/console-feed

Feature similar to Chrome console 'show timestamps'?

Closed this issue · 1 comments

The Chrome developer tools have a feature to enable timestamps on all entries. This also includes hover text with a full timestamp.

image

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.

I created a pull request with this feature in case anyone else would be interested - #93