Is there a way to exclude matched lines from UI?
My log file contains log entries from components that I don't care about, does Klogg support adding filter to exclude matched lines like egrep -v? Similar to the TextAnalysisTool.NET.
Thanks.
In the latest builds there is an "inverse match" button near the filter string input. That should make only lines not matching the regex show up in the bottom window.
It is often necessary to have the excluded lines already in the upper window, in order to be able to work with the "already filtered lines" filter. Example - the log contains messages of the same type, which can be definitely discarded for analysis, but analysis of other lines requires working with the filter - and it is already "busy with exceptions". What to do?
The inverse button doesn't work. Is there a setting I'm missing? Here's a screenshot of a simple example. The button is very subtle in the screenshot......