Macro xvc_logging::info

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

Either send XvcOutputLine::Info to the given channel, or log via log crate