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

Fallible immediate version of log!.