gpx-animator icon indicating copy to clipboard operation
gpx-animator copied to clipboard

Make console progress appear on one line

Open thomergil opened this issue 3 years ago • 1 comments

Rather than outputting 1 line per frame, we should use \r to print out progress on a single line.

thomergil avatar Jan 10 '21 15:01 thomergil

Well, what you see there is no direct console output. You see an output of the logging stream. So you must first reconfigure the logging system to write the log output to a file (configuration is done in logback.xml) and create new messages just for the console.

McPringle avatar Jan 10 '21 15:01 McPringle