wxPython: How to Redirect Python’s Logging Module to a TextCtrl
Today I was reading the wxPython Google group / mailing list and there was someone asking about how to make Python’s logging module write its output to file and to a TextCtrl. It turns out that you need to create a custom logging handler to do it. At first, I tried just using a normal […]
wxPython: How to Redirect Python’s Logging Module to a TextCtrl Read More »