org.pentaho.platform.api.action
Interface ILoggingAction
- All Superinterfaces:
- IAction
public interface ILoggingAction
- extends IAction
The interface for an Action that wants to be provided with a
logger.
- Since:
- 3.6
- Author:
- aphillips
- See Also:
IAction
Method Summary |
void |
setLogger(org.apache.commons.logging.Log log)
Sets an apache commons logger for the Action component to use |
Methods inherited from interface org.pentaho.platform.api.action.IAction |
execute |
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