macro_rules! trace_warn { ($($arg:tt)*) => { ... }; }
Log at warn level, only when tracing feature is enabled