Skip to main content

log_warn

Macro log_warn 

Source
macro_rules! log_warn {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Expand description

Print a bold-yellow [WARN] message.