macro_rules! elog {
($($arg:tt)*) => { ... };
}Expand description
Macro for logging to both stderr and tracing debug Usage: elog!(“message”) or elog!(“format {}”, arg)
macro_rules! elog {
($($arg:tt)*) => { ... };
}Macro for logging to both stderr and tracing debug Usage: elog!(“message”) or elog!(“format {}”, arg)