Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 647 Bytes

File metadata and controls

15 lines (13 loc) · 647 Bytes

LogViewer

Python app that allows examining logs in text format (txt, log, etc)
Created with default Python modules, UI designed with Tkinter

Screenshots

main_window

Features

  • 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