Macro flashlog::log_error

source ยท
macro_rules! log_error {
    ($topic:expr, $($key:ident=$value:expr),+ $(,)?) => { ... };
    ($topic:expr, $struct:expr) => { ... };
}