Class Log4jResultListener
java.lang.Object
org.kuali.rice.krms.framework.engine.result.Log4jResultListener
- All Implemented Interfaces:
EventListener,ResultListener
A Log4j implementation of
ResultListener which logs the output of the ResultEvent toString at the INFO
level to the Log4jResultListener.class org.apache.logging.log4j.Logger- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(ResultEvent resultEvent) Handle the givenResultEvent.
-
Constructor Details
-
Log4jResultListener
public Log4jResultListener()
-
-
Method Details
-
handleEvent
Description copied from interface:ResultListenerHandle the givenResultEvent.- Specified by:
handleEventin interfaceResultListener- Parameters:
resultEvent-ResultEventto handle.
-