macro_rules! trace { ($($arg:tt)*) => { ... }; }
Logs a message at the TRACE level.
trace!("Processing item: {}", item_id);