Macro try_log_error

Source
macro_rules! try_log_error {
    ($expr:expr, $what:expr $(,)?) => { ... };
}