macro_rules! log { ($($arg:tt)*) => { ... }; }
Log to the console using standard rust formatting.
log!("this is a log");