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