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