Skip to main content

error

Macro error 

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

Attempts to log format args as an error to the current logger lazily

If the logger rejects the log or none is set, the args will not be parsed