Log > OutputDebugString
I would find it helpful if anything that is sent to the log file were also sent to the debug message queue via the OutputDebugString API. It sometimes more convenient to watch the messages unfold in real time.
Ideally, the output would go to the debug queue even if logging wasn't enabled.
Thanks if this is possible.
2
votes