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