Interface ViolationsLogger

  • All Known Implementing Classes:
    FilteringViolationsLogger

    public interface ViolationsLogger
    When using this library with Jenkins it is convenient to have the logging the build log and not in the global log. This interface allows a Jenkins plugin to do such logging. Same with command line tools, they can implement this to print to system out.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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)  
    • Method Detail

      • log

        void log​(java.util.logging.Level level,
                 java.lang.String string)
      • log

        void log​(java.util.logging.Level level,
                 java.lang.String string,
                 java.lang.Throwable t)