trace

Macro trace 

Source
macro_rules! trace {
    ($($tt:tt)*) => { ... };
}
Available on crate feature reflect and non-crate feature log only.
Expand description

Forwards to log::trace when the log feature is enabled