macro_rules! log_error {
($err:expr) => { ... };
($err:expr, $msg:expr) => { ... };
}Expand description
Log an error with source location (uses error! macro)
macro_rules! log_error {
($err:expr) => { ... };
($err:expr, $msg:expr) => { ... };
}Log an error with source location (uses error! macro)