success

Macro success 

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

Log a message at INFO level with the target set to "SUCCESS" so the formatter renders it with the SUCCESS label.