Expand description
Audit logger traits and configuration.
This module defines the core AuditLogger trait that all backends implement,
along with configuration types and utilities.
Structs§
- Audit
Config - Configuration for audit logging.
- Audit
Stats - Statistics about audit logging.
- Composite
Logger - A composite logger that writes to multiple backends.
- Memory
Logger - A logger that collects events in memory for testing.
- NoOp
Logger - A no-op logger for testing or when audit is disabled.
Traits§
- Audit
Logger - The core audit logger trait.