w

Macro w 

Source
macro_rules! w {
    (tag: $tag:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Log a warn message to Android logcat