In the javadoc, you can read : " The default constructor will instantiate the appender with a TriggeringEventEvaluator that will trigger on events with level ERROR or higher."
I suppose the default constructor is used. So try again with an ERROR log and you should get your email. Hope this will help you (it is working for my apps). -----Original Message----- From: "DE BENEDICTIS DAVIDE" <[EMAIL PROTECTED]> To: "Log4J Users List" <[email protected]> Date: Wed, 16 Feb 2005 16:35:00 +0100 Subject: RE: SMTPAppender configuration > > > From: Bradley, Todd [mailto:[EMAIL PROTECTED] > > > Yes, that's basically it. A logging event is a Java object > > that contains that text message ("test log") and a Level > > (DEBUG, in this case) and a few other useful things, such as > > a timestamp. > > > > Thank you, I had some doubt reading about the circular buffer of the > smtp appender. > Anyone has some suggestion why I don't see any mail? > I tried all the possible configurations but... Nothing. > Everything works changing the appender. > > Thanks > > -- > Davide > > --------------------------------------------------------------------- > 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]
