ErrorHandlers are about handling errors from within Appenders. I think the question on the table has to do with a Filter for LoggingEvents. Luckily, log4j provides a base class for Filters, and a way to configure them. I'm not aware of one that does what is being asked, however, it doesn't sound like it would be too difficult to write your own Filter to do what you want.
-----Original Message----- From: Robert Augustyn [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 12:12 PM To: 'Log4J Users List' Subject: RE: suppressing messages Well it looks like jboss is using OnlyOnceErrorHandler http://logging.apache.org/log4j/docs/api/index.html robert -----Original Message----- From: Robert Augustyn [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 2:52 PM To: 'Log4J Users List' Subject: RE: suppressing messages Look into jboss-common-client package. Best place would be to ask on jboss.org. robert -----Original Message----- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 2:42 PM To: Log4J Users List Subject: RE: suppressing messages Howdy, Really? Can you give a specific place in their code where they're doing this? Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Robert Augustyn [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 06, 2004 2:31 PM >To: 'Log4J Users List' >Subject: RE: suppressing messages > >Jboss implemented this you may want to look at that. >Robert > > >-----Original Message----- >From: Raziel Steinmetz [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 06, 2004 12:02 PM >To: [EMAIL PROTECTED] >Subject: suppressing messages > > >Hello, > >Is there a way to suppress logging messages ? for >example I setup an >SMTP Appender to email me any error and fatal messages >but sometimes the >same error can occur a few times per second and jam my >mail box. I'm >looking for a way to set log4j to only send me the >first message and >then wait X amount of time before resending the same >error message. > >Any help is appreciated. >Raz. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > >__________________________________ >Do you Yahoo!? >Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes >http://hotjobs.sweepstakes.yahoo.com/signingbonus > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
