Macro xvc_logging::error

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

Either send a XvcOutputLine::Error value to the given channel, or log via log crate