Skip to main content

append_audit_entry

Function append_audit_entry 

Source
pub fn append_audit_entry(entry: &ProviderAuditEntry) -> Result<(), String>
Expand description

Append a single entry as one JSON line. Creates parent dirs and the file if missing. Atomic per-line via O_APPEND on Unix.