macro_rules! log { ($console:expr, $($arg:tt)*) => { ... }; }
Macro for logging with file/line information.