2009-04-29 17:29:50 UTC
Folks,
I've just gotta give another "shout out" to the great ptypes library.
I need to be able to log application trace and debug statements to
a log file, and also wanted real-time display in a QT text edit widget.
For about a week, I tried to get redirection, pipes, and QTSockeNotifier
working. No joy - very frustrating.
This morning, I used Ptypes logfile with a customized vputf function,
and solved the problem simply and easily. I'd be happy to post
the source if anyone is interested - it's very small.
Thanks again for a great library.
-don