Macro action_log

Source
macro_rules! action_log {
    ($($key:ident: $value:expr),*) => { ... };
}