Macro spawn_with_log_level

Source
macro_rules! spawn_with_log_level {
    ($this:expr, $lvl:expr, $name:expr, $task: expr) => { ... };
}