DEV Community

Cover image for LogInsight
Nighty3098
Nighty3098

Posted on

LogInsight

Image description

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.

patch

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


Image description

Image description

Image description

Top comments (0)