logana 0.5.1

Turn any log source — files, compressed archives, Docker, or OTel streams — into structured data. Filter by pattern, field, or date range; annotate lines; bookmark findings; and export to Markdown, Jira, or AI assistants via the built-in MCP server.
Documentation
1
2
3
4
5
6
7
8
#[derive(Default)]
pub struct ScrollState {
    pub scroll_offset: usize,
    pub viewport_offset: usize,
    pub horizontal_scroll: usize,
    pub visible_height: usize,
    pub visible_width: usize,
}