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.