Macro xvc_logging::panic

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

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