macro_rules! log_now {
    ($lvl:expr, $($arg:tt)+) => { ... };
}
Expand description

Immediate version of log!.