macro_rules! println {
    ($bm: ident) => { ... };
    ($bm:ident, $($arg:tt)*) => { ... };
}
Expand description

the same as println! from the std lib, but it displays text through the provided BarManager instead of printing it directly, allowing printing without breaking the progressbar