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