I have created a message handler and I want to display the error in the output window in developer studio. What would you suggest I use to display the messages. Using qDebug causes and infinite loop back to the message handler. Doing a fprintf() gets lost since Microsoft doesn't see it.

Any ideas?
- BRC