macro_rules! log_debug { ($errlog: ident, $($msg: tt)+) => { ... }; }
Attaches debug message to given ErrorLog
ErrorLog