Macro simple_log::warn[][src]

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