Macro trace_macros::warning [] [src]

macro_rules! warning {
    ($($msg:tt)+) => { ... };
}

WARNING macro which uses traceln!

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