Macro log_error

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

Log an error with source location (uses error! macro)