public class ChainedAnalyzer extends Object implements Analyzer
| Constructor and Description |
|---|
ChainedAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Analyzer a) |
void |
addLogger(Logger l) |
void |
addThrowable(Throwable t) |
void |
analyze(String l,
Node source,
Node dest)
Analyzes a line of logging of
|
ChainedAnalyzer |
clone() |
int |
getMaxLines()
How many lines of logging should be offered for
Analyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most. |
void |
ready(Node source,
Node dest) |
public void addThrowable(Throwable t)
addThrowable in interface Analyzerpublic void add(Analyzer a)
public int getMaxLines()
AnalyzerAnalyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most.getMaxLines in interface Analyzerpublic void analyze(String l, Node source, Node dest)
Analyzerpublic ChainedAnalyzer clone()
clone in interface PublicCloneable<Analyzer>clone in class ObjectMMBase 1.9-SNAPSHOT - ${javadoctimestamp}