Basic SMTPAppender example by using a configation file

2001-06-21 Thread Fuerst, Thomas \(web.de\)
gure this as you like it. So now you get one mail every fifth ERROR of FATAL error event. Cheers, Thomas P.S.: Don't forget the include the required JavaMail API & the JavaBeans Activation Framework in you classpath. -Original Message- From: Fuerst, Thomas (web.de) [mailto:[EMAIL

RE: settings for SMTPAppender in a config file

2001-06-21 Thread Fuerst, Thomas \(web.de\)
j.appender.A3.Subject=EVA Fehler log4j.appender.A3.SMTPHost=1.2.3.123 log4j.appender.A3.BufferSize=5 Gruß Sven > -Ursprüngliche Nachricht- > Von: Fuerst, Thomas (web.de) [mailto:[EMAIL PROTECTED]] > Gesendet am: Donnerstag, 21. Juni 2001 15:06 > An: 'LOG4J Users Mailing List&

settings for SMTPAppender in a config file

2001-06-21 Thread Fuerst, Thomas \(web.de\)
Can anybody tell who to tell log4j my 'To' and my 'SMTP-Host' while using a config file. I already have these entry in my config file: log4j.rootCategory=FATAL, SMTPTest # SMTP appender log4j.appender.SMTPTest=org.apache.log4j.net.SMTPAppender # SMTPAppender lay