Macro trace

Source
macro_rules! trace {
    ($( $args:expr ),*) => { ... };
}
Expand description

Constructs an event at the trace level.