@NotThreadSafe public class LoggingValidationEventHandler extends AbstractValidationEventHandler
ValidationEventHandler
interface. It simply prints the messages to a logger before the original
handler handles them.| Constructor and Description |
|---|
LoggingValidationEventHandler() |
LoggingValidationEventHandler(ValidationEventHandler aOrigHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(IResourceError aEvent) |
continueProcessing, getErrorLevel, getLocationResourceID, getWrappedHandler, handleEvent, toStringpublic LoggingValidationEventHandler()
public LoggingValidationEventHandler(@Nullable ValidationEventHandler aOrigHandler)
protected void onEvent(@Nonnull IResourceError aEvent)
onEvent in class AbstractValidationEventHandlerCopyright © 2014–2015 Philip Helger. All rights reserved.