Macro elog::debug [] [src]

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