Re: Re: GTK error messages

Jill Holliday <[email protected]> Thu, 7 Jan 2021 09:02:10 -0800 (PST)
Newsgroups gmane.comp.python.wxpython
Message-ID <[email protected]>
That sounds like a really good idea.  I have trouble with similar messages 
which often seem to be linked to notebook pages created on startup.

On Thursday, 7 January 2021 at 16:13:47 UTC [email protected] wrote:

> > It may not make sense for wxLog, but if GTK generates spurious messages
> > with wx, putting some kind of GTK message manager in the wx library
> > seems like a good idea.
>
> _Especially_ if that message manager can then be used to redirect
> those messages to a log file to be used for debugging conditions
> on remote clients. Ideally one could funnel them into
>
> import logging
> _log = logging.Logger()
> wx.redirect_spurious_copious_and_gratuitious_gtk_messages(target = _log)
>
> or some such :-)
>
> Karsten
>
>

-- 
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/a68f97a1-c29b-424e-aede-a25adac63b1en%40googlegroups.com.