Expand description
Providers to parse Unified Log data on a live system or a provided logarchive
Structs§
- Live
System Provider - Provides an implementation of
FileProviderthat enumerates the required files at the correct paths on a live macOS system. These files are only present on macOS Sierra (10.12) and above. The implemented methods emit error log messages if any are encountered while enumerating files or creating readers, but are otherwise infallible. - Local
File - Logarchive
Provider - Provides an implementation of
FileProviderthat enumerates the required files at the correct paths on a from a provided logarchive.