stream_lines

Function stream_lines 

pub fn stream_lines(
    args: Arc<Args>,
    log_file: Arc<LogFile>,
) -> impl Stream<Item = LogLine>
Expand description

Streams log lines from a file that match the criteria specified in the arguments.