#ifndef _WX_LOG_H_
#define _WX_LOG_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "log.h"
-#endif
-
#include "wx/defs.h"
// ----------------------------------------------------------------------------
// "trivial" derivations of wxLog
// ----------------------------------------------------------------------------
-#if wxABI_VERSION > 20601
-
// log everything to a buffer
class WXDLLIMPEXP_BASE wxLogBuffer : public wxLog
{
DECLARE_NO_COPY_CLASS(wxLogBuffer)
};
-#endif // wxABI_VERSION
// log everything to a "FILE *", stderr by default
class WXDLLIMPEXP_BASE wxLogStderr : public wxLog