Enum systemd::journal::JournalFiles [] [src]

pub enum JournalFiles {
    System,
    CurrentUser,
    All,
}

Represents the set of journal files to read.

Variants

The system-wide journal.

The current user's journal.

Both the system-wide journal and the current user's journal.