Module filesystem

Module filesystem 

Source
Expand description

Providers to parse Unified Log data on a live system or a provided logarchive

Structs§

LiveSystemProvider
Provides an implementation of FileProvider that 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.
LocalFile
LogarchiveProvider
Provides an implementation of FileProvider that enumerates the required files at the correct paths on a from a provided logarchive.

Enums§

LogFileType