Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 724 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 724 Bytes

LogRust

A log file viewer written in Rust using iced-rs

Currently, unusable. It only counts occurrences of specific log levels and displays them in a UI. Nevertheless, it does so in an extremely fast manner (on my machine, it takes around 15 seconds to scan a ~4.5 Gb file with ~23.5 million lines)

As the name implies, this is pretty much a toy project. I always wanted to get into Rust while also trying some kind of UI framework. And I happened to need some library that could open and filter large logs by their log level so here we are