[][src]Macro ruspiro_console::info

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

This macro prefixes the output with "I: <module-path> -". Other than this it works like the std::println!