Macro trace_macros::WARNING [] [src]

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

WARNING macro which uses TRACE!

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