Class LoggedAspect

java.lang.Object
org.craftercms.commons.logging.LoggedAspect

public class LoggedAspect extends Object
Aspect that uses a MethodLogger to log methods with Logged annotation (or all methods of a class, if used in a class).
Author:
avasquez
  • Field Details

  • Constructor Details

    • LoggedAspect

      public LoggedAspect()
  • Method Details

    • setMethodLogger

      public void setMethodLogger(MethodLogger methodLogger)
    • logMethod

      public Object logMethod(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      Throws:
      Throwable