Class LogFilter

  • All Implemented Interfaces:
    java.util.logging.Filter

    public class LogFilter
    extends java.lang.Object
    implements java.util.logging.Filter
    Author:
    kobit Created Dec 20, 2011
    • Constructor Summary

      Constructors 
      Constructor Description
      LogFilter​(java.lang.String id, java.lang.String... trackers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      boolean isLoggable​(java.util.logging.LogRecord record)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogFilter

        public LogFilter​(java.lang.String id,
                         java.lang.String... trackers)
    • Method Detail

      • getId

        public java.lang.String getId()
      • isLoggable

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