Class LoggerNameTreePanel.VisibilityRuleDelegate

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.log4j.rule.Rule
    Enclosing class:
    LoggerNameTreePanel

    class LoggerNameTreePanel.VisibilityRuleDelegate
    extends org.apache.log4j.rule.AbstractRule
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(org.apache.log4j.spi.LoggingEvent e, java.util.Map matches)  
      void firePropertyChange​(java.lang.String propertyName, java.lang.Object oldVal, java.lang.Object newVal)  
      • Methods inherited from class org.apache.log4j.rule.AbstractRule

        addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
      • Methods inherited from class java.lang.Object

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

      • VisibilityRuleDelegate

        VisibilityRuleDelegate()
    • Method Detail

      • evaluate

        public boolean evaluate​(org.apache.log4j.spi.LoggingEvent e,
                                java.util.Map matches)
      • firePropertyChange

        public void firePropertyChange​(java.lang.String propertyName,
                                       java.lang.Object oldVal,
                                       java.lang.Object newVal)
        Overrides:
        firePropertyChange in class org.apache.log4j.rule.AbstractRule