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.
pub fn append_audit_entry(entry: &ProviderAuditEntry) -> Result<(), String>Append a single entry as one JSON line. Creates parent dirs and the file
if missing. Atomic per-line via O_APPEND on Unix.