org.apache.log4j
Class RollingFileAppender
java.lang.Object
org.apache.log4j.RollingFileAppender
public class RollingFileAppender
- extends Object
This class is a minimal implementation of the original Log4J class.
- Author:
- Christian Trutz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RollingFileAppender
public RollingFileAppender()
RollingFileAppender
public RollingFileAppender(Layout layout,
String filename)
throws IOException
- Throws:
IOException
RollingFileAppender
public RollingFileAppender(Layout layout,
String filename,
boolean append)
throws IOException
- Throws:
IOException
setMaxBackupIndex
public void setMaxBackupIndex(int maxBackups)
setMaximumFileSize
public void setMaximumFileSize(long maxFileSize)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.