Package de.intarsys.tools.logging
Class SingleThreadFilter
- java.lang.Object
-
- de.intarsys.tools.logging.SingleThreadFilter
-
- All Implemented Interfaces:
java.util.logging.Filter
public class SingleThreadFilter extends java.lang.Object implements java.util.logging.Filter
Only accept log requests within a dedicated thread.
-
-
Constructor Summary
Constructors Constructor Description SingleThreadFilter()
SingleThreadFilter(java.lang.Thread thread)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLoggable(java.util.logging.LogRecord record)
-