public abstract class AbstractRuleLogger extends Object implements RuleLogger
| Constructor and Description |
|---|
AbstractRuleLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
protected abstract void |
doDebug(String msg) |
protected abstract void |
doError(String msg,
Throwable e) |
protected abstract void |
doInfo(String msg) |
protected abstract void |
doTrace(String msg) |
protected abstract void |
doWarn(String msg,
Throwable e) |
void |
error(String msg) |
void |
error(String msg,
Throwable e) |
void |
info(String msg) |
void |
trace(String msg) |
void |
warn(String msg) |
void |
warn(String msg,
Throwable e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabledpublic void debug(String msg)
debug in interface RuleLoggerpublic void error(String msg)
error in interface RuleLoggerpublic void error(String msg, Throwable e)
error in interface RuleLoggerpublic void info(String msg)
info in interface RuleLoggerpublic void trace(String msg)
trace in interface RuleLoggerpublic void warn(String msg)
warn in interface RuleLoggerpublic void warn(String msg, Throwable e)
warn in interface RuleLoggerprotected abstract void doDebug(String msg)
protected abstract void doInfo(String msg)
protected abstract void doTrace(String msg)
Copyright © 2022. All rights reserved.