Macro simple_log::trace[][src]

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