Function parse_file

Source
pub fn parse_file(path: impl AsRef<Path>) -> Result<Log, ParseError>
Expand description

Parses a Log from a given Path to a log file.

With the "zevtc" or "zip" feature enabled this also supports compressed log files.