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