Class ActionLogger
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.aspect.AbstractLoggingAspect
-
- de.hybris.platform.promotionengineservices.aspect.ActionLogger
-
public class ActionLogger extends AbstractLoggingAspect
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 Constructor Description ActionLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecideBefore(org.aspectj.lang.JoinPoint joinPoint)protected org.slf4j.LoggergetLogger()protected 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
-
-
-
-
Method Detail
-
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
-
-