Kittyfisto / Tailviewer

Open source log file viewer
https://kittyfisto.github.io/Tailviewer/
MIT License
182 stars 38 forks source link

Feature Request: Log filter based on tree view of all logger names #352

Open AdrianEggenberger opened 2 years ago

AdrianEggenberger commented 2 years ago

Hi

I'm very impressed of the performance of Tailviewer and I'm using it quite often to handle my log files.

One thing that I've seen in other log viewer would sometimes be quite handy.

The idea is to introduce a new filter that shows all logger names that have been seen so far in a tree view based on there Namespace they have (eg. "MyAppl.MyService.MyModule"): MyAppl

By adding a check box to each element of the tree all messages of the tree may be enabled or disabled.

The more advanced implementation for that is that all three elements get there own individual log level and all messages are filtered to that.