Hrmm I'm using svn head from like january and it works here is the xml im using.

  <appender name="main" class="org.apache.log4j.RollingFileAppender" append="false">
     <rollingPolicy class=" org.apache.log4j.TimeBasedRollingPolicy">
      <param name="FileNamePattern" value="lobbyserver.%d.log"/>
    </rollingPolicy>

    <layout class="org.apache.log4j.PatternLayout ">
      <param name="ConversionPattern" value="%d{%y.%m.%d %H:%M:%S} [%5t] %5p %c - %n%m%n%n"/>
    </layout>
  </appender>

  <root>
    <appender-ref ref="main"/>
  </root>


On 4/19/06, B Moody <[EMAIL PROTECTED]> wrote:

It's not working for me either.  I just got the lastest from the SVN head
yesterday.  Does anyone else have updates on this?  I noticed that there is
an open issue related to migrating RollingFileAppender to the equivalent
log4j 1.3 functionality.
--
View this message in context: http://www.nabble.com/help%3A-RollingFileAppender-%28xml-configuration-%29-t1040485.html#a3997189
Sent from the Log4cxx - Users forum at Nabble.com.




--
If video games influenced youth, all the kids who played Pac-Man would spend all their time walking around in dark rooms listening to electronic music and munching on magic pills.

Reply via email to