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