Package edu.ucsb.cs156.courses.aop
Class LoggingAspect
java.lang.Object
edu.ucsb.cs156.courses.aop.LoggingAspect
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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
LoggingAspect
public LoggingAspect() 
 - 
 - 
Method Details
- 
logControllers
public void logControllers(org.aspectj.lang.JoinPoint joinPoint)  
 -