macro_rules! log_error_with_location {
($err:expr) => { ... };
($err:expr, $msg:expr) => { ... };
}Expand description
Helper to log an error with source location
macro_rules! log_error_with_location {
($err:expr) => { ... };
($err:expr, $msg:expr) => { ... };
}Helper to log an error with source location