Macro xvc_logging::panic
source · macro_rules! panic { ($fmt:literal $(, $x:expr )* ) => { ... }; ( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... }; }
Expand description
Either send XvcOutputLine::Panic to the given channel, or print to stdout