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