Skip to main content

Module reader

Module reader 

Source
Expand description

Journal file reader.

Faithful Rust port of systemd’s journal-file.c read path: journal_file_move_to_object, generic_array_get, generic_array_bisect, journal_file_next_entry, journal_file_find_data_object_with_hash, journal_file_move_to_entry_by_seqnum/realtime/monotonic, etc.

Structs§

JournalEntry
A single log entry as parsed from the journal.
JournalReader
A read-only view of a systemd-journald .journal file.

Enums§

Direction
Direction for entry traversal.