typedef unsigned long wxLogLevel;
// ----------------------------------------------------------------------------
->>>>>>> 1.2
// derive from this class to redirect (or suppress, or ...) log messages
// normally, only a single instance of this class exists but it's not enforced
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxLogWindow : public wxLog
{
public:
- wxLogWindow(const wxTString& strTitle);
+ wxLogWindow(const wxTString& strTitle, bool bShow = TRUE);
~wxLogWindow();
// show/hide the log window