macro_rules! log_error_with_context {
($err:expr, $ctx:expr) => { ... };
}Expand description
Log an error with context (uses error! macro)
macro_rules! log_error_with_context {
($err:expr, $ctx:expr) => { ... };
}Log an error with context (uses error! macro)