Macro try_and_log

Source
macro_rules! try_and_log {
    ($what:expr) => { ... };
}
Expand description

Run a task and log any errors that might occur.