Macro elog::warns [] [src]

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