macro_rules! warn {
($fmt:literal $(, $x:expr )* ) => { ... };
( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... };
}Expand description
Either send XvcOutputLine::Warn to the given channel, or log via log crate
macro_rules! warn {
($fmt:literal $(, $x:expr )* ) => { ... };
( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... };
}Either send XvcOutputLine::Warn to the given channel, or log via log crate