wx.LogInterposerTemp¶A special version of wx.LogChain which uses itself as the new log target.
It forwards log messages to the previously installed one in addition to processing them itself. Unlike wx.LogInterposer, it doesn’t delete the old target which means it can be used to temporarily redirect log output.
As per wx.LogInterposer, this class must be derived from to implement Log.DoLog and/or Log.DoLogString methods.
Class Hierarchy¶
Inheritance diagram for class LogInterposerTemp:
Methods Summary¶The default constructor installs this object as the current active log target. |
Class API¶