macro_rules! log_warn {
($($arg:tt)*) => { ... };
}Expand description
Logs a warning message. Only emitted if WARN level or higher is enabled.
Warnings indicate potentially problematic situations that don’t prevent operation but deserve attention.