pub fn build_file_reader<F: FileSystem>(
    file_system: &F,
    path: &Path
) -> Result<LogFileReader<F>>
Expand description

Opens a log file for read.