Macro rogger::info

source ·
macro_rules! info {
    ($($arg:tt)*) => { ... };
}
Expand description

Info log

Example

let ver = "0.1.0";
info!("Version: {}", ver); //< 2022-12-18T07:02:03(UTC) INFO Version: 0.1.0