pub fn stream_lines( args: Arc<Args>, log_file: Arc<LogFile>, ) -> impl Stream<Item = LogLine>
Streams log lines from a file that match the criteria specified in the arguments.