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 Detail

      • 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