Macro vector::log_event

source ยท
macro_rules! log_event {
    ($($key:expr => $value:expr),*  $(,)?) => { ... };
}