macro_rules! try_and_log { ($what:expr) => { ... }; }
Run a task and log any errors that might occur.