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) Rule
ExpressionFilter.expressionRule
Evaluated rule.(package private) Rule
LocationInfoFilter.expressionRule
Compiled 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 TypeClassDescriptionclass
An abstract Rule class that provides the PropertyChange support plumbing.class
A Rule class implementing a logical 'and'.class
A Rule class which also holds a color.class
A Rule class which returns the result of performing equals against two strings.class
A Rule class implementing a not null (and not empty string) check.class
A Rule class supporting both infix and postfix expressions, accepting any rule which is supported by theRuleFactory
.class
A Rule class implementing inequality evaluation.class
A Rule class implementing equals against two levels.private static final class
Rule returning true if event level greater than or equal to specified level.private static final class
Rule returning true if event level greater than specified level.private static final class
Rule returning true if event level less than or equal to specified level.private static final class
Rule returning true if event level less than specified level.class
A Rule class supporting java.util.regex regular expression syntax.class
A Rule class implementing not equals against two strings.class
A Rule class implementing not equals against two levels.class
A Rule class implementing logical not.class
A Rule class implementing logical or.class
A Rule class implementing case-insensitive partial-text matches against two strings.class
A Rule class implementing equality evaluation for timestamps.class
A Rule class implementing inequality evaluation for timestamps.Fields in org.apache.log4j.rule declared as RuleModifier and TypeFieldDescriptionprivate final Rule
AndRule.firstRule
First rule.private final Rule
ColorRule.rule
Wrapped rule.private final Rule
ExpressionRule.rule
Rule.private final Rule
NotRule.rule
Enclosed rule.private final Rule
OrRule.rule1
rule 1.private final Rule
OrRule.rule2
Rule 2.private final Rule
AndRule.secondRule
Second rule.Methods in org.apache.log4j.rule that return RuleModifier and TypeMethodDescriptionExpressionRule.PostFixExpressionCompiler.compileExpression
(String expression) Compile expression.static Rule
Create rule from top two elements of stack.static Rule
Get rule.ColorRule.getRule()
Get rule.static Rule
Create new instance.static Rule
Create new instance from top two elements of stack.static Rule
Get an instance of ExistsRule.static Rule
Create an instance of ExistsRule using the top name on the stack.static Rule
Get rule.static Rule
Get rule.static Rule
Create new instance from top two elements on stack.static Rule
Create new instance from top two elements on stack.static Rule
Create new rule.static Rule
Create new rule.static Rule
Create new instance.static Rule
Create new instance from top two elements of stack.static Rule
Get new instance.static Rule
Get new instance from top two elements of stack.static Rule
Create new rule.static Rule
Create new instance from top element of stack.static Rule
Create new instance.static Rule
Create new instance from top two elements of stack.static Rule
Create new instance.static Rule
Create new instance.static Rule
Create new instance from top two elements of stack.Create rule from applying operator to stack.static Rule
Create new instance.static Rule
Create new instance.Methods in org.apache.log4j.rule with parameters of type RuleModifier and TypeMethodDescriptionstatic Rule
Get rule.static Rule
Create new instance.static Rule
Create new instance.Constructors in org.apache.log4j.rule with parameters of type RuleModifierConstructorDescriptionprivate
Create new instance.Create new instance.private
Create new instance.private
Create new instance.private
Create new instance.