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§
- Journal
Entry - A single log entry as parsed from the journal.
- Journal
Reader - A read-only view of a systemd-journald
.journalfile.
Enums§
- Direction
- Direction for entry traversal.