Macro info

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

INFO macro which uses traceln!

Prints with the following format: file!:line! - INFO: [Message]