Package de.bsvrz.sys.funclib.debug.gui
Class SampleFilter
java.lang.Object
de.bsvrz.sys.funclib.debug.gui.SampleFilter
- All Implemented Interfaces:
java.util.logging.Filter
public class SampleFilter
extends java.lang.Object
implements java.util.logging.Filter
-
Constructor Summary
Constructors Constructor Description SampleFilter()
-
Method Summary
Modifier and Type Method Description boolean
isLoggable(java.util.logging.LogRecord logRecord)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SampleFilter
public SampleFilter()
-
-
Method Details
-
isLoggable
public boolean isLoggable(java.util.logging.LogRecord logRecord)- Specified by:
isLoggable
in interfacejava.util.logging.Filter
-