logutil 0.12.4

log Util is a Rust-based tool designed to help you monitor and analyze Nginx access logs in real-time.
Documentation
pub mod base;
pub mod bots;
pub mod detailed;
pub mod errors;
pub mod heatmap;
pub mod overview;
pub mod performance;
pub mod requests;
pub mod security;
pub mod sparkline;

pub use bots::BotsTab;
pub use detailed::DetailedTab;
pub use errors::ErrorsTab;
pub use heatmap::HeatmapTab;
pub use overview::OverviewTab;
pub use performance::PerformanceTab;
pub use requests::RequestsTab;
pub use security::SecurityTab;
pub use sparkline::SparklineTab;