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.
macro_rules! success {
($($arg:tt)*) => { ... };
}Log a message at INFO level with the target set to "SUCCESS" so the
formatter renders it with the SUCCESS label.