Macro elog

Source
macro_rules! elog {
    ($msg:literal $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}