Re: How to get values from log4j.xml file

2008-08-26 Thread Bender Heri
[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2008 5:03 PM > To: Log4J Users List > Subject: [SPAM (Keyword Checking)] - Re: How to get values > from log4j.xml file - Found word(s) XXX in the Text body > > Thanks for the response. When I try it, I get null for > Appender. Any thou

Re: How to get values from log4j.xml file

2008-08-26 Thread Curt Arnold
On Aug 26, 2008, at 10:02 AM, Reza Razavipour wrote: Thanks for the response. When I try it, I get null for Appender. Any thoughts on why? The code is as follows: jboss-log4j.xml has

Re: How to get values from log4j.xml file

2008-08-26 Thread Reza Razavipour
t; From: Reza Razavipour [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, August 26, 2008 2:30 AM >> To: Log4J Users List >> Subject: How to get values from log4j.xml file >> >> All, >> >> I have a log4j.xml file for my application. I have something >> like

RE: How to get values from log4j.xml file

2008-08-26 Thread Bender Heri
Logger.getLogger().getAppender( "SERVER_LOG" ); > -Original Message- > From: Reza Razavipour [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2008 2:30 AM > To: Log4J Users List > Subject: How to get values from log4j.xml file > > All, >

How to get values from log4j.xml file

2008-08-25 Thread Reza Razavipour
All, I have a log4j.xml file for my application. I have something like the following in the file: /appender> How can I programmatically get the properties for SERVER_LOG appender? Thanks in advance. Reza ---