error

Macro error 

Source
macro_rules! error {
    ($($arg:tt)*) => { ... };
}
Expand description

Error log

ยงExample

let err = "Operating System is not found";
error!("Fatal: {}", err); //< 2022-12-18T07:02:03(UTC) ERROR crate_name::module_path: Fatal: Operating System is not found