Class RollingFileAppender

java.lang.Object
org.apache.log4j.RollingFileAppender

@Deprecated(since="2022-01-27") public class RollingFileAppender extends Object
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 Details

    • RollingFileAppender

      public RollingFileAppender()
      Deprecated.
    • RollingFileAppender

      public RollingFileAppender(Layout layout, String filename) throws IOException
      Deprecated.
      Throws:
      IOException
    • RollingFileAppender

      public RollingFileAppender(Layout layout, String filename, boolean append) throws IOException
      Deprecated.
      Throws:
      IOException
  • Method Details

    • setMaxBackupIndex

      public void setMaxBackupIndex(int maxBackups)
      Deprecated.
    • setMaximumFileSize

      public void setMaximumFileSize(long maxFileSize)
      Deprecated.