All,

I have a log4j.xml file for my application. I have something like the
following in the file:
        <appender name="SERVER_LOG"
class="org.jboss.logging.appender.DailyRollingFileAppender">
                <errorHandler 
class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
                <param name="File" 
value="${jboss.server.home.dir}/log/server.log"/>
        ....

       /appender>

How can I programmatically get the properties for SERVER_LOG appender?

Thanks in advance.
Reza

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to