t_println

Macro t_println 

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

macro for logging like println! but with a carriage return