Interface LoggingAware

All Known Implementing Classes:
AbstractActionSupport, AbstractFindBaseRecordListActionSupport, AbstractFindIdListActionSupport, AbstractFindIndexListActionSupport, AbstractFindListActionSupport, AbstractFindListMultiModeActionSupport, AbstractFormDrivenActionSupport, AbstractJsonServerAction, AbstractSaveListActionSupport, AbstractViewActionSupport, AbstractViewListActionSupport

public interface LoggingAware
Interface for Struts 2 actions that accepts logging requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.logging.log4j.Logger
    Returns logger used by Action.
  • Method Details

    • getLogger

      org.apache.logging.log4j.Logger getLogger()
      Returns logger used by Action.