public class MethodLoggingInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
Constructor and Description |
---|
MethodLoggingInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
Surrounds the method invocation with FATAL-level log messages.
|
public MethodLoggingInterceptor()
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 © 2005–2016 The Kuali Foundation. All rights reserved.