Skip to main content

Module traits

Module traits 

Source
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§

AuditConfig
Configuration for audit logging.
AuditStats
Statistics about audit logging.
CompositeLogger
A composite logger that writes to multiple backends.
MemoryLogger
A logger that collects events in memory for testing.
NoOpLogger
A no-op logger for testing or when audit is disabled.

Traits§

AuditLogger
The core audit logger trait.