Class TaggedThreadFilter

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

    public class TaggedThreadFilter
    extends java.lang.Object
    implements java.util.logging.Filter
    Only accept log requests within threads that are tagged with the receiver object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate()  
      void deactivate()  
      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

      • TaggedThreadFilter

        public TaggedThreadFilter()
    • Method Detail

      • activate

        public void activate()
      • deactivate

        public void deactivate()
      • isLoggable

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