Macro trace_macros::INFO [] [src]

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

INFO macro which uses TRACE!

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