#include </home/zeitlin/src/wx/github/interface/wx/log.h>
A special version of wxLogChain which uses itself as the new log target.
It forwards log messages to the previously installed one in addition to processing them itself. Unlike wxLogInterposer, it doesn't delete the old target which means it can be used to temporarily redirect log output.
As per wxLogInterposer, this class must be derived from to implement wxLog::DoLog and/or wxLog::DoLogString methods.
Public Member Functions | |
wxLogInterposerTemp () | |
The default constructor installs this object as the current active log target. |
wxLogInterposerTemp::wxLogInterposerTemp | ( | ) |
The default constructor installs this object as the current active log target.