Class FilteringViolationsLogger

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ViolationsLogger filterLevel​(ViolationsLogger violationsLogger)  
      void log​(java.util.logging.Level level, java.lang.String string)  
      void log​(java.util.logging.Level level, java.lang.String string, java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • log

        public void log​(java.util.logging.Level level,
                        java.lang.String string)
        Specified by:
        log in interface ViolationsLogger
      • log

        public void log​(java.util.logging.Level level,
                        java.lang.String string,
                        java.lang.Throwable t)
        Specified by:
        log in interface ViolationsLogger