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§
- Disk
LogReader - Provides random-access line reading from disk log files using the sidecar
.idxindex. Handles rotated files (.1,.2, …) transparently.