Module writer

Module writer 

Source
Expand description

Audit writer trait and no-op implementation.

The AuditWriter trait is object-safe for dynamic dispatch and defines the single append method for recording audit events. The concrete filesystem writer lives in ito-core; this module provides only the trait and a no-op stub for testing.

Structs§

NoopAuditWriter
A no-op writer that silently discards all events.

Traits§

AuditWriter
Trait for appending audit events to a log.