Macro xvc_logging::info
source · macro_rules! info { ($fmt:literal $(, $x:expr )* ) => { ... }; ( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... }; }
Expand description
Either send XvcOutputLine::Info to the given channel, or log via log crate