output

Macro output 

Source
macro_rules! output {
    ($fmt:literal $(, $x:expr )* ) => { ... };
    ( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... };
}
Expand description

Either send XvcOutputLine::Output to the given channel, or print to stdout