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