Expand description
Audit logging infrastructure for LLM Config Manager
This module provides comprehensive audit logging capabilities for tracking all configuration changes, access attempts, and system events.
Re-exports§
pub use events::AuditEvent;pub use events::AuditEventType;pub use events::AuditSeverity;pub use logger::AuditLogger;pub use storage::AuditStorage;pub use storage::FileAuditStorage;