logwithargs

Macro logwithargs 

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