Yes, the software is now obselete and you should take a look at its successor if you are interested in a log filtering software.
This project is a lightweight user-friendly software which filters logs. You give him a log file and filters and it displays for you the lines in which filters appear.
It is more efficient and more readable for sizeable files. Ctrl+f is limited when you need a clear and readable output. Moreover, this project accepts multiple filters. In addition, in gaming communities, it's important for server staff to monitor the logs. However, not everyone has knowledge in Linux/Windows terminal. The software comes with a simple interface usable by anyone.
- Creating the package to read a file, filter it, and return each 'correct' line. Done
- Create an interface. Done
- Connect the interface to the previous package.. Done