timholy / ProgressMeter.jl

Progress meter for long-running computations
MIT License
694 stars 91 forks source link

Feature request: Interoperate with standard logging facilities #260

Open dhanak opened 1 year ago

dhanak commented 1 year ago

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.