log_error_with_location

Macro log_error_with_location 

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

Helper to log an error with source location