Macro xvc_logging::trace

source ·
macro_rules! trace {
    ( $channel:ident, $fmt:literal $(, $x:expr ),* ) => { ... };
    ($fmt:literal $(, $x:expr )* ) => { ... };
}
Expand description

Either send [XvcOutputLine::Trace] to the given channel, or log via log crate