Sticky log messages #2971
Labels
frontend
Concerning the HTML editor
good first issue
Good for newcomers
logging
About `@info`, `@warn`, etc
I sometimes wish I could use
@info
to update an existing log message. Imagine the following, with each invocation of@info "..." sticky=true
updating the same log card instead of adding a new one:This is an example where it's impossible to calculate a % complete, so ProgressLogging is unsuitable, but I'd still like to see an indicator of forward progress. The
sticky=true
keyword seems to have some precedence from the old days of Juno, see JuliaLogging/ProgressLogging.jl#23 (comment).The text was updated successfully, but these errors were encountered: