Macro outputs::logwithargs

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