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

Equivalent to log::error! if the feature log is enabled, discarded otherwise.