I am using context.TrackBuildMessage() for writing custom Build log in my Custom Activity
The problem is my custom activity runs long for more than 3 hrs and log messages are displayed only when custom activity is completed. All the logs appeared at once
Is there a way to display custom messages in a Build log as and when they are logged so that I have a better understanding of where the build currently is during the execution period.