Class RecentLogFilter

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

    public class RecentLogFilter
    extends java.lang.Object
    implements java.util.logging.Filter
    A filter for log messages that prevents the most recently published messages to be published again. See bug #461290.
    Author:
    gjoranv
    • Constructor Summary

      Constructors 
      Constructor Description
      RecentLogFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • RecentLogFilter

        public RecentLogFilter()
    • Method Detail

      • isLoggable

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