You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the builtin logging macros (@info, @warn and co) messes up the progress bar output. It would be great if a Progress instance could act as a custom AbstractLogger, "hijack" the log messages and render them properly below (or above) the progress bar, while keeping the output nice and clean.
This is just an idea for now, but I'll try to implement it if I get around to it one day.
The text was updated successfully, but these errors were encountered:
Using the builtin logging macros (
@info
,@warn
and co) messes up the progress bar output. It would be great if a Progress instance could act as a custom AbstractLogger, "hijack" the log messages and render them properly below (or above) the progress bar, while keeping the output nice and clean.This is just an idea for now, but I'll try to implement it if I get around to it one day.
The text was updated successfully, but these errors were encountered: