pub fn parse_file(path: impl AsRef<Path>) -> Result<Log, ParseError>
Parses a Log from a given Path to a log file.
Log
Path
With the "zevtc" or "zip" feature enabled this also supports compressed log files.
"zevtc"
"zip"