macro_rules! flushing_log_trace {
($topic:expr, $($key:ident=$value:expr),+ $(,)?) => { ... };
($topic:expr, $struct:expr) => { ... };
}👎Deprecated since 0.2.0: Use flashlog::flush! instead
macro_rules! flushing_log_trace {
($topic:expr, $($key:ident=$value:expr),+ $(,)?) => { ... };
($topic:expr, $struct:expr) => { ... };
}