> I am currently using logj4 in a servlet environment, and as > such receive multiple requests at the > same time. I use the SMTPAppender to send email on ERRORS, > but when this happens I get a chunk of > log that may contain many requests worth of data. > > What I am wondering is if the SMTPAppender (or something like > it) can buffer events 'per-thread' and > then when an ERROR occurs, send that threads worth of log in > the email. > > Is there anything around that does this already, or something > like it that might point me in the > right direction? >
I don't believe we have something like that, but how good would that be. I can think of a couple of situations that I could use this feature in my apps. Feel free to flesh your ideas/designs on log4j-dev. cheers, Paul Smith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
