[ wxwindows-Patches-1520815 ] Count repeating log messages instead of logging many times

SourceForge.net noreply at sourceforge.net
Tue Jul 11 14:38:29 PDT 2006


Patches item #1520815, was opened at 2006-07-12 00:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1520815&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: new feature
Status: Open
Resolution: None
Priority: 5
Submitted By: Lauri Nurmi (lanurmi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Count repeating log messages instead of logging many times

Initial Comment:
This patch adds a new kind of operation mode to wxLog,
in which a repeating log message is logged only once,
followed by the number of repetitions.

Enabling this new mode has to be explicitly done by
calling wxLog::SetRepetitionCounting(true). The default
behaviour of wxLog is therefore unchanged.

The patch only introduces new static variables and
functions, so binary compability is likely to retain.

Any feedback concerning the patch is appreciated.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1520815&group_id=9863




More information about the wx-dev mailing list