Re: logging and PyQt4

2011-03-15 Thread Vinay Sajip
On Mar 14, 7:40 am, Adrian Casey wrote: > I have a multi-threaded PyQt4 application which has both a GUI and command- > line interface.  I am using Qt4's threading because from what I have read, > it is more efficient than the native python threading module.  Also, given > most users will probably

logging and PyQt4

2011-03-14 Thread Adrian Casey
I have a multi-threaded PyQt4 application which has both a GUI and command- line interface. I am using Qt4's threading because from what I have read, it is more efficient than the native python threading module. Also, given most users will probably use the GUI, it seemed to make sense. I wan