|
Log4j 1.3alpha-3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRule | |
org.apache.log4j.chainsaw | Chainsaw is a GUI log viewer and filter for the log4j package. |
org.apache.log4j.rule |
Uses of AbstractRule in org.apache.log4j.chainsaw |
Subclasses of AbstractRule in org.apache.log4j.chainsaw | |
class |
RuleMediator
A mediator class that implements the Rule interface, by combining several optional rules used by Chainsaw's filtering GUI's into a single Rule. |
Uses of AbstractRule in org.apache.log4j.rule |
Subclasses of AbstractRule in org.apache.log4j.rule | |
class |
AndRule
A Rule class implementing a logical 'and'. |
class |
ColorRule
A Rule class which also holds a color |
class |
EqualsRule
A Rule class which returns the result of performing equals against two strings. |
class |
ExistsRule
A Rule class implementing a not null (and not empty string) check. |
class |
ExpressionRule
A Rule class supporting both infix and postfix expressions, accepting any rule which is supported by the RuleFactory .
|
class |
InequalityRule
A Rule class implementing inequality evaluation - expects to be able to convert two values to longs. |
class |
LevelInequalityRule
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method. |
class |
LikeRule
A Rule class providing support for ORO-based regular expression syntax. |
class |
NotEqualsRule
A Rule class implementing not equals against two strings. |
class |
NotRule
A Rule class implementing logical not. |
class |
OrRule
A Rule class implementing logical or. |
class |
PartialTextMatchRule
A Rule class implementing case-insensitive partial-text matches against two strings. |
class |
TimestampEqualsRule
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method. |
class |
TimestampInequalityRule
A Rule class implementing inequality evaluation for Levels (log4j and util.logging) using the toInt method. |
|
Log4j 1.3alpha-3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |