macro_rules! log_dashboard_operation { ($operation:expr) => { ... }; ($operation:expr, $details:expr) => { ... }; }