Class MyAopMethodLogger


  • public class MyAopMethodLogger
    extends de.digitalcollections.commons.springaop.AbstractAopMethodLogger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void methodsToBeLogged()  
      • Methods inherited from class de.digitalcollections.commons.springaop.AbstractAopMethodLogger

        logMethodCall, logMethodDuration
      • Methods inherited from class java.lang.Object

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

      • MyAopMethodLogger

        public MyAopMethodLogger()
    • Method Detail

      • methodsToBeLogged

        public void methodsToBeLogged()
        Specified by:
        methodsToBeLogged in class de.digitalcollections.commons.springaop.AbstractAopMethodLogger