macro_rules! log_error { ($errlog: ident, $($msg: tt)+) => { ... }; }
Attach error message to given ErrorLog
ErrorLog