Macro xvc_logging::output
source · macro_rules! output {
( $channel:ident, $fmt:literal $(, $x:expr )* ) => { ... };
($fmt:literal $(, $x:expr )* ) => { ... };
}Expand description
Either send XvcOutputLine::Output to the given channel, or print to stdout