- // Obsolete
-#if 0
- static bool HasStream(void) { return (m_debugStream != NULL); };
- static wxSTD ostream& GetStream(void) { return *m_debugStream; }
- static wxSTD streambuf *GetStreamBuf(void) { return m_streamBuf; }
- static void SetStream(wxSTD ostream *stream, wxSTD streambuf *buf = NULL);
- static bool SetFile(const wxString& file);
- static bool SetStandardError(void);
-#endif
-