Expand description
Log reader implementations for structured and legacy log files.
Provides FileLogReader for reading JSONL-formatted log files and
legacy plain-text stdout/stderr logs, plus apply_query for filtering
LogEntry vectors against a LogQuery.
Structs§
- File
LogReader - Reads structured log entries from JSONL files on disk.
Functions§
- apply_
query - Apply query filters to a vec of log entries.