net.larsan.norna.service.log
Interface FilterChain
- public interface FilterChain
A filter chain represents a chain of filters responsible for formatting and handling
a log record before it gets recorded.
- Version:
- Alpha-0.2 / 2002-10-06 21:37
- Author:
- Lars J. Nilsson
- See Also:
Filter
|
Method Summary |
void |
next(Record record)
Leave execution to the next filter in the chain. |
next
public void next(Record record)
throws LogException
- Leave execution to the next filter in the chain. If the filter is the last in the chain
the log record will pass on the the recorder.
- Throws:
LogException - If a log error occurs