Uses of Interface
org.apache.log4j.rule.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in org.apache.log4j.filter
Fields in org.apache.log4j.filter declared as RuleModifier and TypeFieldDescription(package private) RuleExpressionFilter.expressionRuleEvaluated rule.(package private) RuleLocationInfoFilter.expressionRuleCompiled expression. -
Uses of Rule in org.apache.log4j.receivers.varia
Fields in org.apache.log4j.receivers.varia declared as Rule -
Uses of Rule in org.apache.log4j.receivers.xml
Fields in org.apache.log4j.receivers.xml declared as Rule -
Uses of Rule in org.apache.log4j.rule
Classes in org.apache.log4j.rule that implement RuleModifier and TypeClassDescriptionclassAn abstract Rule class that provides the PropertyChange support plumbing.classA Rule class implementing a logical 'and'.classA Rule class which also holds a color.classA Rule class which returns the result of performing equals against two strings.classA Rule class implementing a not null (and not empty string) check.classA Rule class supporting both infix and postfix expressions, accepting any rule which is supported by theRuleFactory.classA Rule class implementing inequality evaluation.classA Rule class implementing equals against two levels.private static final classRule returning true if event level greater than or equal to specified level.private static final classRule returning true if event level greater than specified level.private static final classRule returning true if event level less than or equal to specified level.private static final classRule returning true if event level less than specified level.classA Rule class supporting java.util.regex regular expression syntax.classA Rule class implementing not equals against two strings.classA Rule class implementing not equals against two levels.classA Rule class implementing logical not.classA Rule class implementing logical or.classA Rule class implementing case-insensitive partial-text matches against two strings.classA Rule class implementing equality evaluation for timestamps.classA Rule class implementing inequality evaluation for timestamps.Fields in org.apache.log4j.rule declared as RuleModifier and TypeFieldDescriptionprivate final RuleAndRule.firstRuleFirst rule.private final RuleColorRule.ruleWrapped rule.private final RuleExpressionRule.ruleRule.private final RuleNotRule.ruleEnclosed rule.private final RuleOrRule.rule1rule 1.private final RuleOrRule.rule2Rule 2.private final RuleAndRule.secondRuleSecond rule.Methods in org.apache.log4j.rule that return RuleModifier and TypeMethodDescriptionExpressionRule.PostFixExpressionCompiler.compileExpression(String expression) Compile expression.static RuleCreate rule from top two elements of stack.static RuleGet rule.ColorRule.getRule()Get rule.static RuleCreate new instance.static RuleCreate new instance from top two elements of stack.static RuleGet an instance of ExistsRule.static RuleCreate an instance of ExistsRule using the top name on the stack.static RuleGet rule.static RuleGet rule.static RuleCreate new instance from top two elements on stack.static RuleCreate new instance from top two elements on stack.static RuleCreate new rule.static RuleCreate new rule.static RuleCreate new instance.static RuleCreate new instance from top two elements of stack.static RuleGet new instance.static RuleGet new instance from top two elements of stack.static RuleCreate new rule.static RuleCreate new instance from top element of stack.static RuleCreate new instance.static RuleCreate new instance from top two elements of stack.static RuleCreate new instance.static RuleCreate new instance.static RuleCreate new instance from top two elements of stack.Create rule from applying operator to stack.static RuleCreate new instance.static RuleCreate new instance.Methods in org.apache.log4j.rule with parameters of type RuleModifier and TypeMethodDescriptionstatic RuleGet rule.static RuleCreate new instance.static RuleCreate new instance.Constructors in org.apache.log4j.rule with parameters of type RuleModifierConstructorDescriptionprivateCreate new instance.Create new instance.privateCreate new instance.privateCreate new instance.privateCreate new instance.