macro_rules! log_info {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Expand description
Print a bold-green [INFO] message.
macro_rules! log_info {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Print a bold-green [INFO] message.