RE: SMTP log4j question

2003-11-18 Thread Shapira, Yoav
D] >Sent: Tuesday, November 18, 2003 9:02 AM >To: 'Log4J Users List' >Subject: RE: SMTP log4j question > >Here is a snippet of my properties file. I actually set up many files so I >only included the root and SMTP appender. > ># This configuration illustrates f

RE: SMTP log4j question

2003-11-18 Thread Miller,Catherine
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 8:50 AM To: Log4J Users List Subject: RE: SMTP log4j question Howdy, You need to access the SMTPAppender object and call its methods to dynamically change the properties like the subject line. How are you configuring log4j? If you kno

RE: SMTP log4j question

2003-11-18 Thread Shapira, Yoav
g one SMTP appender for each combination. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Miller,Catherine [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 18, 2003 7:07 AM >To: '[EMAIL PROTECTED]' >Subject: SMTP log4j question > >I'll

SMTP log4j question

2003-11-18 Thread Miller,Catherine
I'll start by letting everyone one know I am very new to Java (though I've been in IT for 10yrs) and log4j so please excuse if this is a stupid question. I have been able to set up a test application using log4j to send email to myself as a test for sending some logging information. The next step