macro_rules! INFO { ($($msg:expr),+) => { ... }; }
INFO macro which uses TRACE!
TRACE!
Prints with the following format: file!:line! - INFO: [Message]
file!:line! - INFO: [Message]