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