Class RotatingFileOutput

    • Field Detail

      • m_NumLogFiles

        protected int m_NumLogFiles
        the number of log files to use.
      • m_Rotated

        protected boolean m_Rotated
        whether the logs have been rotated.
    • Constructor Detail

      • RotatingFileOutput

        public RotatingFileOutput()
    • Method Detail

      • setNumLogFiles

        public void setNumLogFiles​(int value)
        Sets the number of logs to use.
        Parameters:
        value - the number of log files
      • getNumLogFiles

        public int getNumLogFiles()
        Returns the number of logs to use.
        Returns:
        the number of log files
      • numLogFilesTipText

        public String numLogFilesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doLogMessage

        protected String doLogMessage​(String msg)
        Logs the (formatted) logging message.
        Overrides:
        doLogMessage in class FileOutput
        Parameters:
        msg - the message to log
        Returns:
        null if successful, otherwise error message