Class FileRollerAppender


  • public class FileRollerAppender
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileRollerAppender​(java.lang.String fileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void rotateFiles()  
      void setFile​(java.lang.String file)  
      void setRollCount​(java.lang.String count)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileRollerAppender

        public FileRollerAppender​(java.lang.String fileName)
    • Method Detail

      • setRollCount

        public void setRollCount​(java.lang.String count)
                          throws java.lang.NumberFormatException
        Throws:
        java.lang.NumberFormatException
      • setFile

        public void setFile​(java.lang.String file)
      • rotateFiles

        public void rotateFiles()