org.apache.log
public interface FilterTarget extends LogTarget
Deprecated: Interface offered no significant advantage and thus will no longer be used by new interfaces
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.
Method Summary | |
---|---|
void | addTarget(LogTarget target)
Add a target to output chain.
|
Parameters: target the log target