Python app that allows examining logs in text format (txt, log, etc)
Created with default Python modules, UI designed with Tkinter
- Loads plain text files
- Keyword filters with option to select one or more keywords (hold Shift/Control)
- Save/load sets of keywords relevant to loaded file
- Case sensitive keyword matching
- Filter lines that include each keyword or all selected keywords
- Filtered log can be exported as text file
- Search within results and jump to next/previous result