Macro elog::trace [] [src]

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