Skip to main content

log_event

Function log_event 

Source
pub fn log_event(
    audit_path: &Path,
    operation: &str,
    secret: Option<&str>,
    actor: &str,
    outcome: &str,
    detail: Option<&str>,
    hmac_key: &[u8],
) -> Result<()>
Expand description

Append an audit entry to the log file.