macro_rules! info { (target: $target:expr, $($arg:tt)+) => { ... }; ($($arg:tt)+) => { ... }; }
Expand description
Logs a message at the info level.
macro_rules! info { (target: $target:expr, $($arg:tt)+) => { ... }; ($($arg:tt)+) => { ... }; }
Logs a message at the info level.