Donate

If you like one of these programs you can make a donation to support free software. Make payments with PayPal - it's fast, free and secure!

Thank you!

pyLogViewer

Instructions

screenshot pyLogViewer lets you view your log files in a structured way. You can enable or disable warnings, errors, debug and normal information. Search the log files with regular expressions and display only todays items.

The log file parsers are written in python. If you want to add your own log file parser have a look at the included BasicLogParser.py and AdvancedLogParser.py. To add your own parser copy one of these two files, change them to your needs and add the new file name to settings.ini.

The logfile format for the advanced parser:

format="%(asctime)s|%(lineno)4d|%(name)-36s |%(levelname)-5s| %(message)s" dateformat="%Y-%m-%d %H:%M:%S"

License

pyLogViewer is released under the GPL Version 2

Download

Please follow the link to download the Setup program or source.

Version: Download link:
pyLogViewer setup pylogviewer-0.1.1.exe (3.45MB)
pyLogViewer source pylogviewer-0.1.1.zip (43KB)