git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@120
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// show/hide the log window
void Show(bool bShow = TRUE);
// show/hide the log window
void Show(bool bShow = TRUE);
+ // accessors
+ wxLog *GetOldLog() const { return m_pOldLog; }
+
protected:
virtual void DoLog(wxLogLevel level, const char *szString);
virtual void DoLogString(const char *szString);
protected:
virtual void DoLog(wxLogLevel level, const char *szString);
virtual void DoLogString(const char *szString);