Package de.intarsys.tools.logging
Class TaggedThreadFilter
- java.lang.Object
-
- de.intarsys.tools.logging.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.
-
-
Constructor Summary
Constructors Constructor Description TaggedThreadFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
void
deactivate()
boolean
isLoggable(java.util.logging.LogRecord record)
-