public final class MethodLogger extends Object
It is an AspectJ aspect and you are not supposed to use it directly. It
is instantiated by AspectJ runtime framework when your code is annotated
with Loggable
annotation.
Constructor and Description |
---|
MethodLogger()
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
wrapClass(org.aspectj.lang.ProceedingJoinPoint point)
Log methods in a class.
|
Object |
wrapMethod(org.aspectj.lang.ProceedingJoinPoint point)
Log individual methods.
|
public Object wrapClass(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
Try NOT to change the signature of this method, in order to keep it backward compatible.
point
- Joint pointThrowable
- If something goes wrong insidepublic Object wrapMethod(org.aspectj.lang.ProceedingJoinPoint point) throws Throwable
Try NOT to change the signature of this method, in order to keep it backward compatible.
point
- Joint pointThrowable
- If something goes wrong insideCopyright © 2012–2014 jcabi.com. All rights reserved.