log_with_context

Macro log_with_context 

Source
macro_rules! log_with_context {
    ($log_macro:path, $context:expr, $($args:tt)*) => { ... };
}