Macro xvc_logging::warn

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

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