I use the logging framework in Python but I wrote a PyQt widget people can add to their apps to control log levels, filter logs by regex, search logs, highlight text, stuff like that. ________________________________________ From: [email protected] [[email protected]] On Behalf Of Bjorn Egil Ludvigsen [[email protected]] Sent: Friday, April 16, 2010 8:16 AM To: PyQt mailing list Subject: [PyQt] PyQt4 logging framework
Hi, I have been searching for a logging framework to use. I would have liked to stick to a Qt based framework, but can only find the QDebug class that has some functionality, and there was a 3rd party software/class called QLogger for C++. Searching the internet it also seems like this has been asked by many people, but they have all ended up using some 3rd party stuff or created their own. Is the best bet then to use the "logging" module in Python? Regards, Bjorn _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
