I am doing some logging using xdc.runtime.LoggerBuf. I have serveral Log_print1 commands followed by a LoggerBuf_flush(logger_handle) call. If I run the code, I get no log outputs, although System_printf() does go to the console correctly. If I place a breakpoint right before the LoggerBuf_flush call, then it will print the log commands to the Printf Logs tab, but only one print out per each time I click go. If I let it run free then there are no prints. Shouldn't this update and print in real time? The flush statement is called about once per second. Thanks.