org.apache.tuscany.sca.aspectj
Class LoggingAspect

java.lang.Object
  extended by org.apache.tuscany.sca.aspectj.LoggingAspect

LoggingAspect performs standard logging of method signatures, arguments, and
 return values. All Tuscany methods, constructors, and statics are logged.


Constructor Summary
LoggingAspect()
          
Method Summary
 void afterReturning(JoinPoint jp, java.lang.Object result)
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingAspect

public LoggingAspect()
Method Detail

anyMethodCall


anyMethodExecution


anyLogCall


anyLog


anyConstructor


anyStatic


before


afterReturning


afterThrowing


beforeConstructor


beforeStatic