Macro xvc_logging::debug
source · macro_rules! debug {
( $channel:ident, $fmt:literal $(, $x:expr ),* ) => { ... };
($fmt:literal $(, $x:expr )* ) => { ... };
}Expand description
Either send XvcOutputLine::Debug to the given channel, or log via log crate