org.apache.log
Interface FilterTarget
- LogTarget
- AbstractFilterTarget, PriorityFilter
public interface FilterTarget
A Log target which will do filtering and then pass it
onto targets further along in chain.
Filtering can mena that not all LogEvents get passed
along chain or that the LogEvents passed alongare modified
in some manner.
- Peter Donald
addTarget
public void addTarget(LogTarget target)
Add a target to output chain.
target
- the log target
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."