The only behavior the jboss version adds is to create the path to the log file if it 
does not exist.


  | public class DailyRollingFileAppender
  |    extends org.apache.log4j.DailyRollingFileAppender
  | {
  |    public void setFile(final String filename)
  |    {
  |       FileAppender.Helper.makePath(filename);
  |       super.setFile(filename);
  |    }
  | }
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833793#3833793

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833793


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to