Interface RollingPolicy

    • Method Detail

      • getActiveFileName

        java.lang.String getActiveFileName()
        Deprecated.
        Get the name of the active log file.

        With implementations such as TimeBasedRollingPolicy, this method returns a new file name, where the actual output will be sent.

        On other implementations, this method might return the FileAppender's file property.

      • getCompressionMode

        CompressionMode getCompressionMode()
        Deprecated.
        The compression mode for this policy.
        Returns:
      • setParent

        void setParent​(FileAppender<?> appender)
        Deprecated.
        This method allows RollingPolicy implementations to be aware of their containing appender.
        Parameters:
        appender -