Macro info

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

A custom log info macro. Uses the log crate.