macro_rules! try_log { ($e:expr) => { ... }; }
Propagate error with location logging. Use instead of ?.
?