I'm building a wxPython app that shows a split screen, with the lower
portion of the screen being a log (as seen in the wxPython demo). Debug
messages frequently appear in that log window. How can I turn these debug
messages off? Thanks.
I'm building a wxPython app that shows a split screen, with the lower
portion of the screen being a log (as seen in the wxPython demo). Debug
messages frequently appear in that log window. How can I turn these debug
messages off? Thanks.
You can call wxLog_SetLogLevel to specify the level of messages that should be logged. The acceptable values are: