Macro elog::errors [] [src]

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