Class LoggingProjogListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.PrintStream out  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingProjogListener​(java.io.PrintStream out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void log​(java.lang.String message)  
      private void log​(java.lang.String level, SpyPoints.SpyPointEvent event)  
      void onCall​(SpyPoints.SpyPointEvent event)
      The event generated when an attempt is first made to evaluate a goal.
      void onExit​(SpyPoints.SpyPointExitEvent event)
      The event generated when an attempt to evaluate a goal succeeds.
      void onFail​(SpyPoints.SpyPointEvent event)
      The event generated when all attempts to evaluate a goal have failed.
      void onInfo​(java.lang.String message)
      The event generated to inform clients of an event.
      void onRedo​(SpyPoints.SpyPointEvent event)
      The event generated when an attempt is made to re-evaluate a goal.
      void onWarn​(java.lang.String message)
      The event generated to warn clients of an event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait