Class TaggedThreadFilter

java.lang.Object
de.intarsys.tools.logging.TaggedThreadFilter
All Implemented Interfaces:
Filter

public class TaggedThreadFilter extends Object implements Filter
Only accept log requests within threads that are tagged with the receiver object.
  • Constructor Details

    • TaggedThreadFilter

      public TaggedThreadFilter()
  • Method Details

    • activate

      public void activate()
    • deactivate

      public void deactivate()
    • isLoggable

      public boolean isLoggable(LogRecord record)
      Specified by:
      isLoggable in interface Filter