macro_rules! log_error { ($logger:expr, $($arg:tt)*) => { ... }; }
Macro for logging with automatic module path.