public interface LoggingAwareExecuter
| Modifier and Type | Method and Description |
|---|---|
boolean |
onLogException(org.apache.commons.logging.Log logger,
Throwable t,
String message)
Optional logging of errors callback for the action executer
for the cases when the error might be ignored
or shown in a different manner for the action
|
boolean onLogException(org.apache.commons.logging.Log logger,
Throwable t,
String message)
logger - the loggert - the exception thrownmessage - the proposed message that will be loggedCopyright © 2005–2018 Alfresco Software. All rights reserved.