macro_rules! log_trace { ($($arg:tt)+) => { ... }; }
Log at Trace (note: distinct from trace!, which emits structured framework events; this logs a message).
Trace
trace!