macro_rules! log { (warn:$($arg:tt)*) => { ... }; (error:$($arg:tt)*) => { ... }; (stay:$($arg:tt)*) => { ... }; ($($arg:tt)*) => { ... }; }