rladstaetter / LogoRRR

A simple and straightforward log viewer that displays the events of interest in a clear and concise visual manner so that you can identify them faster.
https://www.logorrr.app/
Apache License 2.0
116 stars 7 forks source link

Display duration since start of the log file #254

Open rladstaetter opened 3 months ago

rladstaetter commented 3 months ago

The duration since the start of the log file should be displayed for every log entry.

If there is no parseable timestamp, then nothing should be displayed.

To start with, the duration should be displayed in milli seconds (maybe this should be configurable, too in a future version)

rladstaetter commented 3 months ago

Prototype:

image