// current is NULL?
static void DontCreateOnDemand();
+ // log the count of repeating messages instead of logging the messages
+ // multiple times
+ static void SetRepetitionCounting(bool bRepetCounting = true);
+
+ // gets duplicate counting status
+ static bool GetRepetitionCounting();
+
// trace mask (see wxTraceXXX constants for details)
static void SetTraceMask(wxTraceMask ulMask);
%pythonAppend Destroy "args[0].thisown = 0";
%extend { void Destroy() { delete self; } }
-
- void DoLog(wxLogLevel level, const wxChar *szString, long t);
- void DoLogString(const wxChar *szString, long t);
};