// Declare submodules
pub
pub
pub
pub
pub
pub
// New: pluggable logging infrastructure
pub
pub
pub
// Re-export the types and functions you want public
pub use AuditLogEntry;
pub use log_event; // Deprecated, will be removed in favor of trait
// Public exports for the new logging trait system
pub use AuditLogger;
pub use JsonlLogger;
pub use NoOpLogger;