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