Uses of Package
org.apache.log4j.rule
-
Packages that use org.apache.log4j.rule Package Description org.apache.log4j.filter org.apache.log4j.receivers.varia org.apache.log4j.receivers.xml org.apache.log4j.rule -
Classes in org.apache.log4j.rule used by org.apache.log4j.filter Class Description Rule A Rule evaluates to true of false given a LoggingEvent object, and can notify listeners when the underlying implementation of this Rule has it's criteria changed by using the standard PropertyChangeListener infrastructure. -
Classes in org.apache.log4j.rule used by org.apache.log4j.receivers.varia Class Description Rule A Rule evaluates to true of false given a LoggingEvent object, and can notify listeners when the underlying implementation of this Rule has it's criteria changed by using the standard PropertyChangeListener infrastructure. -
Classes in org.apache.log4j.rule used by org.apache.log4j.receivers.xml Class Description Rule A Rule evaluates to true of false given a LoggingEvent object, and can notify listeners when the underlying implementation of this Rule has it's criteria changed by using the standard PropertyChangeListener infrastructure. -
Classes in org.apache.log4j.rule used by org.apache.log4j.rule Class Description AbstractRule An abstract Rule class that provides the PropertyChange support plumbing.ExpressionRule.PostFixExpressionCompiler Evaluate a boolean postfix expression.InFixToPostFix A helper class which converts infix expressions to postfix expressions Currently grouping is supported, as well as all of the Rules supported byRuleFactory
Supports grouping via parens, mult-word operands using single or double quotes, and these operators: ! NOT operator != NOT EQUALS operator == EQUALS operator ~= CASE-INSENSITIVE equals operator || OR operator && AND operator like REGEXP operator exists NOT NULL operator < LESS THAN operator > GREATER THAN operator <= LESS THAN EQUALS operator >= GREATER THAN EQUALS operatorInFixToPostFix.CustomTokenizer Rule A Rule evaluates to true of false given a LoggingEvent object, and can notify listeners when the underlying implementation of this Rule has it's criteria changed by using the standard PropertyChangeListener infrastructure.RuleFactory A Factory class which, given a string representation of the rule, and a context stack, will return a Rule ready for evaluation against events.