#include <wx/log.h>

Unlike wxLogChain which is usually used directly as is, this class must be derived from to implement wxLog::DoLog and/or wxLog::DoLogString methods.
wxLogInterposer destroys the previous log target in its destructor. If you don't want this to happen, use wxLogInterposerTemp instead.
Public Member Functions | |
| wxLogInterposer () | |
| wxLogInterposer::wxLogInterposer | ( | ) |
The default constructor installs this object as the current active log target.
|
[ top ] |