macro_rules! log_error {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Expand description
Print a bold-red [ERROR] message.
macro_rules! log_error {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Print a bold-red [ERROR] message.