I wrote a custom task which needs to display some sort of a progress bar. I have all the necessary data in the Task to display the progress bar. Calls to the log method display output in a new line. Is there a way from within a task, to be able to use the same line for logging the output.
Cheers Avlesh