| Package | Description |
|---|---|
| org.apache.log4j.rule |
| Class and Description |
|---|
| AbstractRule
An abstract Rule class that provides the PropertyChange support plumbing.
|
| 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.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.