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