Macro elog::warn [] [src]

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