Package se.bjurr.violations.lib
Class FilteringViolationsLogger
- java.lang.Object
-
- se.bjurr.violations.lib.FilteringViolationsLogger
-
- All Implemented Interfaces:
ViolationsLogger
public final class FilteringViolationsLogger extends java.lang.Object implements ViolationsLogger
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ViolationsLoggerfilterLevel(ViolationsLogger violationsLogger)voidlog(java.util.logging.Level level, java.lang.String string)voidlog(java.util.logging.Level level, java.lang.String string, java.lang.Throwable t)
-
-
-
Method Detail
-
filterLevel
public static ViolationsLogger filterLevel(ViolationsLogger violationsLogger)
-
log
public void log(java.util.logging.Level level, java.lang.String string)- Specified by:
login interfaceViolationsLogger
-
log
public void log(java.util.logging.Level level, java.lang.String string, java.lang.Throwable t)- Specified by:
login interfaceViolationsLogger
-
-