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