alert

Macro alert 

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

Logs a message at the Alert level.