public class AnalyzerLogger extends AbstractSimpleImpl implements Serializable
Analyzer to analyze the logs.| Modifier and Type | Field and Description |
|---|---|
protected Analyzer |
analyzer |
protected Node |
destination |
static Logger |
LOG |
protected Node |
source |
level| Constructor and Description |
|---|
AnalyzerLogger(Analyzer a,
Node source,
Node destination) |
| Modifier and Type | Method and Description |
|---|---|
Analyzer |
getAnalyzer() |
protected void |
log(String s,
Level level)
Logs a message for a certain string.
|
String |
toString() |
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isEnabledFor, isServiceEnabled, isTraceEnabled, log, log, log, service, service, setLevel, trace, trace, warn, warnpublic static final Logger LOG
protected final Analyzer analyzer
protected final Node source
protected final Node destination
protected void log(String s, Level level)
AbstractSimpleImplAbstractSimpleImpl.log(String) where the string is
prefixed with the level. Override this one if you want it differently.log in class AbstractSimpleImplpublic Analyzer getAnalyzer()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}