public class LoggingAdvice extends Object implements org.aopalliance.intercept.MethodInterceptor
Constructor and Description |
---|
LoggingAdvice() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
This method prints out trace statements for getters and debug statements for everything else
("setters").
|
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)
Copyright © 2024 OpenMRS Inc.. All rights reserved.