public class ErrorDetector extends AbstractSimpleImpl implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Pattern |
error |
static Logger |
LOG |
level| Constructor and Description |
|---|
ErrorDetector(Pattern p) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
log(String s,
Level level)
Logs a message for a certain string.
|
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isEnabledFor, isServiceEnabled, isTraceEnabled, log, log, log, service, service, setLevel, trace, trace, warn, warnpublic ErrorDetector(Pattern p)
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 AbstractSimpleImplMMBase 1.9-SNAPSHOT - ${javadoctimestamp}