Class AbstractLoggingLevelUpdater

    • Field Detail

      • m_NewLevel

        protected LoggingLevel m_NewLevel
        the new level.
    • Constructor Detail

      • AbstractLoggingLevelUpdater

        public AbstractLoggingLevelUpdater()
    • Method Detail

      • setNewLevel

        public void setNewLevel​(LoggingLevel value)
        Sets the new level to use.
        Parameters:
        value - the level
      • getNewLevel

        public LoggingLevel getNewLevel()
        Returns the new level to use.
        Returns:
        the level
      • newLevelTipText

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

        protected abstract boolean doUpdateLoggingLevel​(Object obj)
        Updates the logging level.
        Parameters:
        obj - the object to update
        Returns:
        true if level was updated
      • updateLoggingLevel

        public boolean updateLoggingLevel​(Object obj)
        Updates the logging level.
        Specified by:
        updateLoggingLevel in interface LoggingLevelUpdater
        Parameters:
        obj - the object to update
        Returns:
        true if level was updated