public class LoggingAdvice
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Logger for this class.
|
Constructor and Description |
---|
LoggingAdvice() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
This method prints out debug statements for getters and info statements for everything else
("setters").
|
protected static final org.apache.commons.logging.Log log
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.