debug_correlated

Macro debug_correlated 

Source
macro_rules! debug_correlated {
    ($msg:expr) => { ... };
    ($msg:expr, $($key:expr => $value:expr),* $(,)?) => { ... };
}
Expand description

Log debug with correlation.