Skip to main content

Module disk_log_reader

Module disk_log_reader 

Source
Expand description

Random-access line reading from disk-backed logs using sidecar index files.

DiskLogReader provides windowed access to log history, allowing the TUI to scroll through the entire output history without loading everything into memory.

Structs§

DiskLogReader
Provides random-access line reading from disk log files using the sidecar .idx index. Handles rotated files (.1, .2, …) transparently.