macro_rules! log_warn { ($logger:expr, $($arg:tt)*) => { ... }; }
Macro for logging warnings with automatic module path.