[PyQt] PyQt4 logging framework

Matthew Chambers chambers at imageworks.com
Fri Apr 16 16:29:35 BST 2010


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: pyqt-bounces at riverbankcomputing.com [pyqt-bounces at riverbankcomputing.com] On Behalf Of Bjorn Egil Ludvigsen [bludvigsen at gmail.com]
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



More information about the PyQt mailing list