Macro trace

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

Log a message with the trace level. Regular formatting may be used.