Class LoggingAspect

java.lang.Object
edu.ucsb.cs156.courses.aop.LoggingAspect

@Component public class LoggingAspect extends Object
This class is used to log all incoming requests to the controllers in a uniform way.

Controllers may be excluded by adding them to the stoplist.

  • Constructor Details

    • LoggingAspect

      public LoggingAspect()
  • Method Details

    • logControllers

      public void logControllers(org.aspectj.lang.JoinPoint joinPoint)