Class ExceptionLoggingThreadFactory
- java.lang.Object
-
- de.unistuttgart.isw.sfsc.commonjava.util.ExceptionLoggingThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class ExceptionLoggingThreadFactory extends Object implements ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description ExceptionLoggingThreadFactory(String threadGroupName, org.slf4j.Logger logger)
-
-
-
Constructor Detail
-
ExceptionLoggingThreadFactory
public ExceptionLoggingThreadFactory(String threadGroupName, org.slf4j.Logger logger)
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThreadin interfaceThreadFactory
-
-