RE: Enhancement Request

2003-10-19 Thread Ceki Gülcü
riginal Message- From: Larry Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 4:15 PM To: Log4J Users List Subject: RE: Enhancement Request Steve, I found it. It's described in the book "The Complete log4j Manual" (ISBN: 2-9700369-0-8). It's an excelle

RE: Enhancement Request

2003-10-15 Thread Lutz Michael
g question by the way, maybe he'll comment. Maybe his publisher would mind. :-) Mike -Original Message- From: Larry Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 4:15 PM To: Log4J Users List Subject: RE: Enhancement Request Steve, I found it. It

RE: Enhancement Request

2003-10-15 Thread Steve Widom
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 2:47 PM To: [EMAIL PROTECTED] Subject: RE: Enhancement Request You can easily implement this yourself by creating a custom Filter that holds onto the last logging event and compares it with the current log event. The

RE: Enhancement Request

2003-10-15 Thread Steve Widom
Thanx Larry, Yes, I ordered that book today. The on-line documentation didn't go into Filters very much. -Thanx Again, Steve -Original Message- From: Larry Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 3:15 PM To: Log4J Users List Subject: RE: Enhancement Re

RE: Enhancement Request

2003-10-15 Thread Larry Young
d see what it can do. Thanx. -Regards, Steve -Original Message- From: Larry Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 2:04 PM To: Log4J Users List Subject: Re: Enhancement Request Steve, Why not do this with Filters? In fact, doesn't the SMTP appen

RE: Enhancement Request

2003-10-15 Thread Ken . Liu
You can easily implement this yourself by creating a custom Filter that holds onto the last logging event and compares it with the current log event. The filter can then suppress the message if the text is the same. Ken -Original Message- From: Steve Widom [mailto:[EMAIL PROTECTED] Sent:

RE: Enhancement Request

2003-10-15 Thread Steve Widom
l check out the Filters class and see what it can do. Thanx. -Regards, Steve -Original Message- From: Larry Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 2:04 PM To: Log4J Users List Subject: Re: Enhancement Request Steve, Why not do this with Filters? In fa

Re: Enhancement Request

2003-10-15 Thread Larry Young
Steve, Why not do this with Filters? In fact, doesn't the SMTP appender have something like this already? --- regards --- Larry At 11:04 AM 10/15/03, you wrote: To Log4J Team: I would like to recommend an enhancement to the Log4J toolkit. There are applications in which it is desirabl