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