Module journal

Source
Expand description

Allows for tracking journal directory as a whole, firing events for when logs change but also for when .json files are updated.

Modules§

asynchronousasynchronous
blocking

Structs§

JournalEvent

Enums§

JournalEventKind
This event is fired from the [LiveJournalDirReader] when any change happens in the journal directory and includes all the possible models that could have been updated.
LiveJournalBufferError

Functions§

auto_detect_journal_path
Attempts to automatically detect where the journal directory is located on your device depending on the current platform. If no path was found, the function will return None.