Class ActionLogger
java.lang.Object
de.hybris.platform.ruleengineservices.aspect.AbstractLoggingAspect
de.hybris.platform.promotionengineservices.aspect.ActionLogger
Logging Aspect for intercepting calls of public class methods in
de.hybris.platform.promotionengineservices.action.impl package.
-
Field Summary
Fields inherited from class de.hybris.platform.ruleengineservices.aspect.AbstractLoggingAspect
DEBUG, DEFAULT_LOG_LEVEL, INFO, TRACE, WARN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecideBefore(org.aspectj.lang.JoinPoint joinPoint) protected org.slf4j.Loggerprotected booleanisEligibleForJoinPoint(org.aspectj.lang.JoinPoint joinPoint) Checks if thejoinPointis eligible to process.Methods inherited from class de.hybris.platform.ruleengineservices.aspect.AbstractLoggingAspect
getLogInfoFromArgs, getLogLevel, getLongSignatureName, getSignatureName, isLoggingEligibleForJoinPoint, logAtDebugLevel, logAtInfoLevel, logAtTraceLevel, logAtWarnLevel, logJoinPoint, setLogLevel
-
Constructor Details
-
ActionLogger
public ActionLogger()
-
-
Method Details
-
decideBefore
public void decideBefore(org.aspectj.lang.JoinPoint joinPoint) -
isEligibleForJoinPoint
protected boolean isEligibleForJoinPoint(org.aspectj.lang.JoinPoint joinPoint) Description copied from class:AbstractLoggingAspectChecks if thejoinPointis eligible to process.- Specified by:
isEligibleForJoinPointin classAbstractLoggingAspect
-
getLogger
protected org.slf4j.Logger getLogger()- Overrides:
getLoggerin classAbstractLoggingAspect
-