macro_rules! warn { ($($arg:tt)*) => { ... }; }
Warn log
let dev = "Foo PC" warn!("Your device \"{}\" is deprecated", warn); //< 2022-12-18T07:02:03(UTC) WARN Your device "Foo PC" is deprecated