public abstract class AbstractLogAdapter extends Object implements JRLogger
LogbackAdapter and Slf4jAdapter.| Constructor and Description |
|---|
AbstractLogAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
throwError(MessageItem messageItem,
Throwable t,
Object... parameters)
Throw a Runtime Exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, debug, debug, debug, error, error, error, error, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, log, log, log, log, trace, trace, trace, trace, warn, warn, warn, warnprotected void throwError(MessageItem messageItem, Throwable t, Object... parameters)
messageItem - the message to display for the exception thrownt - the throwable source (could be null)parameters - the message parametersCopyright © 2011–2014 JRebirth OSS. All rights reserved.