Package org.apache.log4j
Class RollingFileAppender
- java.lang.Object
 - 
- org.apache.log4j.RollingFileAppender
 
 
- 
@Deprecated(since="2022-01-27") public class RollingFileAppender extends java.lang.ObjectDeprecated.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
Constructors Constructor Description RollingFileAppender()Deprecated.RollingFileAppender(Layout layout, java.lang.String filename)Deprecated.RollingFileAppender(Layout layout, java.lang.String filename, boolean append)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetMaxBackupIndex(int maxBackups)Deprecated.voidsetMaximumFileSize(long maxFileSize)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
RollingFileAppender
public RollingFileAppender()
Deprecated. 
- 
RollingFileAppender
public RollingFileAppender(Layout layout, java.lang.String filename) throws java.io.IOException
Deprecated.- Throws:
 java.io.IOException
 
- 
RollingFileAppender
public RollingFileAppender(Layout layout, java.lang.String filename, boolean append) throws java.io.IOException
Deprecated.- Throws:
 java.io.IOException
 
 - 
 
 -