Package org.apache.log4j
Class RollingFileAppender
java.lang.Object
org.apache.log4j.RollingFileAppender
Deprecated.
Apache Log4j 1 has reached end of life in 2015 and is no longer supported.
This class is a minimal implementation of the original Log4J class.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.RollingFileAppender(Layout layout, String filename) Deprecated.RollingFileAppender(Layout layout, String filename, boolean append) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxBackupIndex(int maxBackups) Deprecated.voidsetMaximumFileSize(long maxFileSize) Deprecated.
-
Constructor Details
-
RollingFileAppender
public RollingFileAppender()Deprecated. -
RollingFileAppender
Deprecated.- Throws:
IOException
-
RollingFileAppender
Deprecated.- Throws:
IOException
-
-
Method Details
-
setMaxBackupIndex
public void setMaxBackupIndex(int maxBackups) Deprecated. -
setMaximumFileSize
public void setMaximumFileSize(long maxFileSize) Deprecated.
-