trace_macros::ERROR! [] [src]

macro_rules! ERROR {
    ($($msg:expr),+) => {{ TRACE!(type => "ERROR", $($msg),+); }};
}

ERROR macro which uses TRACE!

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