Macro info

Source
macro_rules! info {
    ($($arg:tt)*) => { ... };
}
Expand description

Trace logging macro using the global logger instance.