Function stream
pub fn stream(args: Arc<Args>) -> impl Stream<Item = LogEvent>Expand description
Streams events from all log files that match the criteria specified in the arguments.
The stream will continue to produce events until all log files have been
read to the end. In case the follow argument is set, this will go on
indefinitely.
The stream makes a best effort attempt to order events by their timestamp.