macro_rules! log { ($($arg:tt)*) => { ... }; }
macro for logging like println! but with a green prefix