psdi.util.logging

Class EntryExitTracingWithParameters

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected java.lang.Object getValue(java.lang.Object value, java.lang.annotation.Annotation[] parameterAnnotations) 
      protected java.lang.String makeParameterString(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint, java.lang.annotation.Annotation[][] parameterAnnotations) 
      protected java.lang.String makeReturnString(org.aspectj.lang.Signature signature, java.lang.Object result) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntryExitTracingWithParameters

        public EntryExitTracingWithParameters()
    • Method Detail

      • makeReturnString

        protected java.lang.String makeReturnString(org.aspectj.lang.Signature signature,
                                                    java.lang.Object result)
        Overrides:
        makeReturnString in class EntryExitTracing
      • makeParameterString

        protected java.lang.String makeParameterString(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
                                                       java.lang.annotation.Annotation[][] parameterAnnotations)
        Overrides:
        makeParameterString in class EntryExitTracing
      • getValue

        protected java.lang.Object getValue(java.lang.Object value,
                                            java.lang.annotation.Annotation[] parameterAnnotations)