Hi,
I am using log4j (ver 1.2.16) to send ERROR logs to a gmail id ... the problem is that whenever there is an error, processing
gets slowed down (which is I guess because the logger tries to contact the SMTP server and everything is blocked until SMTP
processing is complete). There seems to be some kind of "AsyncAppender" feature to log4j, but I don't see any documentation
as to how this can be used from log4j.properties. Has somebody encountered this issue before? If so, it would be great to know how
you got this fixed!
Regards,
Pramode