Macro flashlog::log_debug

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