[][src]Macro delog::try_info

macro_rules! try_info {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}

Fallible version of info!.