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 crate_name::module_path: Your device "Foo PC" is deprecated