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

Add possibility to introduce 'context' range #266

Open rladstaetter opened 2 weeks ago

rladstaetter commented 2 weeks ago

Logfiles have certain contexts which can be valuable to visualize. For example, you want to appear all log entries from a specific package to be green for example.

The approach is to mark certain portions of the log entries as being the 'context' which can then be processed further

TBD