Macro loga::ea

source ·
macro_rules! ea {
    ($($k: ident = $v: expr), *) => { ... };
}
Expand description

Turn key/values into a lambda for extending attributes, used in various log and error functions.