Macro trace_macros::info [] [src]

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

INFO macro which uses traceln!

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