Skip to main content

trace

Macro trace 

Source
macro_rules! trace {
    ($entity:expr ; $($arg:tt)+) => { ... };
}
Expand description

The trace macro provides a wrapper for the log macro at level log::Level::Trace