Macro log_error_with_context

Source
macro_rules! log_error_with_context {
    ($err:expr, $ctx:expr) => { ... };
}
Expand description

Log an error with context (uses error! macro)