X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4cc01acd15813d3cfda857371d01e4abbb80c29..238ba802f1a9f79cde6e3ebd44e5c4ab78af2055:/wxPython/src/_log.i diff --git a/wxPython/src/_log.i b/wxPython/src/_log.i index f026dead0a..f02bf3c39c 100644 --- a/wxPython/src/_log.i +++ b/wxPython/src/_log.i @@ -106,6 +106,13 @@ public: // 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);