Macro log_w

Source
macro_rules! log_w {
    ($tag:expr, $($arg:tt)*) => { ... };
}