macro_rules! msg {
( $literal:expr ) => { ... };
( $fmt:expr, $($arg:tt)* ) => { ... };
}Expand description
Backend-neutral logging macro.
macro_rules! msg {
( $literal:expr ) => { ... };
( $fmt:expr, $($arg:tt)* ) => { ... };
}Backend-neutral logging macro.