Macro flashlog::flushing_log_debug

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