macro_rules! trace {
($fmt:literal $(, $x:expr )* ) => { ... };
( $channel:expr, $fmt:literal $(, $x:expr ),* ) => { ... };
( $( $x:expr ),* ) => { ... };
}Expand description
Either send [XvcOutputLine::Trace] to the given channel, or log via log crate