-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not play well with logging #54
Comments
I briefly investigated this to submit a PR to That could possibly work but the sink also actively changes That said you can now write persist message above the console using Will leave this open as I think this project should also build a That said the progressbar |
I'm having the same issue with Microsoft's default logging extension, using the The implementation currently contains multiple |
I've seen nodejs libs for pogressbar that allows console outut, just pogressbar renders on bottom of a screen |
It's seems we can use _pbar. WriteLine but id don't display all lines correctly! |
I've got a console app that I'm looking to have a displayed progress (two layers deep) but also have log output to the console.
Unfortunately the logger (Serilog in my case) and ShellProgressBar don't play well with each other and are constantly overwriting each other which leaves the console an incomprehensible mess. Is there any way to prevent this or do I need to research how to make a custom Serilog console sink? Like maybe somehow force it to stick to certain lines or percentage of the screen or something?
thanks,
E
The text was updated successfully, but these errors were encountered: