macro_rules! trace {
    ($($tt:tt)*) => { ... };
}
Expand description

Equivalent to log::trace! if the feature log is enabled, discarded otherwise.