tracing_indicatif

Macro indicatif_println

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

Helper macro that allows you to print to stdout without interfering with the progress bars created by tracing-indicatif.

Args are directly forwarded to writeln!. Do not call this macro inside of suspend_tracing_indicatif or you will trigger a deadlock.