Hey, everybody. In this post I want to talk about my new program that I've been working on for a few weeks.
When I started developing Telegram bots, I needed a tool for easy analysis of log files, filtering and sorting logs. That's when I started working on the project. I chose C as the main language because it allows me to create more optimized code.
Now filtering by log level, output of statistics, output of information about the file is implemented.
I am also developing an algorithm for filtering by date and time.
All source code and build instructions can be found in my repository on GitHub: https://github.com/N9-GROUP/LogInsight
Top comments (0)