Macro add_context_fields

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