Macro log_errors

Source
macro_rules! log_errors {
    () => { ... };
}
Expand description

A callback that logs each error as it is encountered without triggering a task failure