[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
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
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
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,
>
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
---