system_repo_journal_send

Function system_repo_journal_send 

Source
pub(crate) fn system_repo_journal_send<K, V>(
    repo: &Repo,
    priority: Priority,
    msg: &str,
    vars: impl Iterator<Item = (K, V)>,
)
where K: AsRef<str>, V: AsRef<str>,
Expand description

Wrapper for systemd structured logging which only emits a message if we’re targeting the system repository, and it’s booted.