public class LoggingPSErrorHandler extends AbstractPSErrorHandler
IPSErrorHandler that logs to an SLF4J logger.| Constructor and Description |
|---|
LoggingPSErrorHandler() |
LoggingPSErrorHandler(IPSErrorHandler aNestedErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handle(com.phloc.commons.io.IReadableResource aRes,
com.phloc.commons.error.EErrorLevel eErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
error, getNestedErrorHandler, toString, warnpublic LoggingPSErrorHandler()
public LoggingPSErrorHandler(@Nullable IPSErrorHandler aNestedErrorHandler)
protected void handle(@Nullable com.phloc.commons.io.IReadableResource aRes, @Nonnull com.phloc.commons.error.EErrorLevel eErrorLevel, @Nonnull IPSElement aSourceElement, @Nonnull String sMessage, @Nullable Throwable t)
handle in class AbstractPSErrorHandlerCopyright © 2006–2014 phloc systems. All rights reserved.