[][src]Macro xlog::trace

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

Logs a message at the trace level.