com.liferay.portal.spring.aop
Class LogAspect

java.lang.Object
  extended by com.liferay.portal.spring.aop.LogAspect

public class LogAspect
extends java.lang.Object

View Source

Author:
Karthik Sudarshan, Brian Wing Shun Chan, Michael Young

Constructor Summary
LogAspect()
           
 
Method Summary
protected  org.apache.commons.logging.Log getLog(java.lang.String typeName)
           
 java.lang.Object invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogAspect

public LogAspect()
Method Detail

invoke

public java.lang.Object invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable

getLog

protected org.apache.commons.logging.Log getLog(java.lang.String typeName)