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

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