elog

Macro elog 

Source
macro_rules! elog {
    ($($t:tt)*) => { ... };
}
Expand description

A eprintln-like macro. Warning: This is extremely slow.