Macro simple_log::info[][src]

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