I have a short question:
is the RollingFileAppender still not working - or am I just unable to
configure it propperly?
I compiled the latest log4cxx from svn and used the following xml
configuration:
<appender name="RootFileApp" class="RollingFileAppender">
<param name="File" value="log_root.txt" />
<param name="append" value="false" />
<param name="MaxFileSize" value="10KB" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d[%t] %-5p %c %x - %m %n"/>
</layout>
</appender>
The file always got 90KB big.....
Any suggestions?
Best regards
ML