Macro WARNING

Source
macro_rules! WARNING {
    ($($msg:expr),+) => { ... };
}
Expand description

WARNING macro which uses TRACE!

Prints with the following format: file!:line! - WARNING: [Message]