trace_macros::INFO! [] [src]

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

INFO macro which uses TRACE!

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