Skip to main content

read_all

Function read_all 

Source
fn read_all(
    dir: &PathBuf,
    tags: &[String],
    min_level: u8,
    raw_json: bool,
) -> Result<()>
Expand description

Read all *.log files in dir, parse every line as a LogRecord, apply tag / level filters, sort by timestamp, and print.