Package se.bjurr.violations.lib
Interface ViolationsLogger
-
- All Known Implementing Classes:
FilteringViolationsLogger
public interface ViolationsLoggerWhen 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 voidlog(java.util.logging.Level level, java.lang.String string)voidlog(java.util.logging.Level level, java.lang.String string, java.lang.Throwable t)
-