Macro rogger::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 Fatal: Operating System is not found