Re: How to use SMTPAppender for info messages

2004-06-18 Thread Marc Guillemot
This means that it's not possible just with the log4j.xml without custom code for initialization? Marc. Jen wrote: SMTPAppender has a EvaluatorClass param, you can define your own to include info. I think default is error and up. --- Marc Guillemot <[EMAIL PROTECTED]> wrote: Hi, I&#x

How to use SMTPAppender for info messages

2004-06-16 Thread Marc Guillemot
Hi, I'd like to use a SMTPAppender to send info messages (these are not errors but informations about the lifecycle of the application). I get only ERROR and FATAL messages sent although I set the threshold to INFO: Is it possible to configure it from the log4j.xml or do I