macro_rules! rt_error {
($($arg:tt)*) => { ... };
}Expand description
Error-level runtime log line. Routes through the tracing facade.
macro_rules! rt_error {
($($arg:tt)*) => { ... };
}Error-level runtime log line. Routes through the tracing facade.