Package org.pentaho.platform.api.action
Interface ILoggingAction
- All Superinterfaces:
IAction
The interface for an Action that wants to be provided with a logger.
- Since:
- 3.6
- Author:
- aphillips
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLogger
(org.apache.commons.logging.Log log) Sets an apache commons logger for the Action component to useMethods inherited from interface org.pentaho.platform.api.action.IAction
execute, isExecutionSuccessful
-
Method Details
-
setLogger
void setLogger(org.apache.commons.logging.Log log) Sets an apache commons logger for the Action component to use- Parameters:
log
- the commons logging log that the Action can write to
-