macro_rules! maybe_log { ($($exp:tt)+) => { ... }; }
As maybe!, but returns () and just logs errors.
maybe!
()