pub fn set_audit_logger(audit_logger: Option<AuditLogger>)Expand description
Set (or clear) the global audit logger used by all module commands.
Pass None to disable auditing. Typically called once during CLI
initialisation, before any commands are dispatched.