t_eprintln

Macro t_eprintln 

Source
macro_rules! t_eprintln {
    () => { ... };
    ($fmt:tt) => { ... };
    ($fmt:tt, $($arg:tt)*) => { ... };
}
Expand description

macro for logging like eprintln! but with a carriage return