macro_rules! log_event { ($topic:expr, $data:expr) => { ... }; ($topics:expr, $data:expr) => { ... }; }