Class SpyObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      SpyObject()
      Get an instance of SpyObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Logger getLogger()
      Get a Logger instance for this class.
      • Methods inherited from class java.lang.Object

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

      • logger

        private transient Logger logger
    • Constructor Detail

      • SpyObject

        public SpyObject()
        Get an instance of SpyObject.
    • Method Detail

      • getLogger

        protected Logger getLogger()
        Get a Logger instance for this class.
        Returns:
        an appropriate logger instance.