macro_rules! log_dispatch {
($lv:literal $level:ident opt,$val:expr,$($tail:tt)*) => { ... };
($lv:literal $level:ident res,$val:expr,$($tail:tt)*) => { ... };
($lv:literal $level:ident $($tail:tt)*) => { ... };
}Expand description
Dispatch message with the type and level