pub fn read_log_lines( log_file: &Path, lines: usize, filter: impl Fn(&str) -> bool, ) -> Result<Vec<String>>
Reads the last lines lines of log_file that satisfy filter.
lines
log_file
filter