Class 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 Detail

      • SampleFilter

        public SampleFilter()
    • Method Detail

      • isLoggable

        public boolean isLoggable​(java.util.logging.LogRecord logRecord)
        Specified by:
        isLoggable in interface java.util.logging.Filter