Macro rogger::warn

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

Warn log

Example

let dev = "Foo PC"
warn!("Your device \"{}\" is deprecated", warn); //< 2022-12-18T07:02:03(UTC) WARN Your device "Foo PC" is deprecated