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 TypeMethodDescriptionorg.apache.logging.log4j.LoggerReturns logger used by Action.
-
Method Details
-
getLogger
org.apache.logging.log4j.Logger getLogger()Returns logger used by Action.
-