Simple Log Searching Tool

Questions about programming languages and debugging
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Simple Log Searching Tool

Post by maboroshi »

I built a simple log searching tool in Python the other day. In total after working out all the bugs maybe 3 hours of development time.

It has some interesting features like highlight a word and click the "Search Query" button and it allows for saving a single entry or all entries.

Pretty straight forward to use. Below I attached the code
Attachments
analyzer.zip
Log Analyzer
(2.79 KiB) Downloaded 57 times

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: Simple Log Searching Tool

Post by bad_brain »

really nice one... :D it was actually my suggestion to do such an app, it's very valuable to analyze logs (in case of attacks for example) on Windows....didn't expected Dr. Mab will finish it that soon.. 8O
Image

Post Reply