Macro INFO

Source
macro_rules! INFO {
    ($($msg:expr),+) => { ... };
}
Expand description

INFO macro which uses TRACE!

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