public class TraceLogAspect extends Object
| Constructor and Description |
|---|
TraceLogAspect() |
| Modifier and Type | Method and Description |
|---|---|
protected org.slf4j.Logger |
getLog(org.aspectj.lang.JoinPoint joinPoint)
Gets the logger object for the join point target.
|
Object |
traceMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
Added TRACE-level log entries for the executing target.
|
public Object traceMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws Throwable
proceedingJoinPoint - the proceeding join pointThrowable - the throwableprotected org.slf4j.Logger getLog(org.aspectj.lang.JoinPoint joinPoint)
joinPoint - the join pointCopyright © 2007-2015 Jasig. All Rights Reserved.