public class DefaultThreadFactory extends Object implements ThreadFactory
ThreadFactory for most appenders: creates a normal-priority
thread and starts it running with the specified writer.| Constructor and Description |
|---|
DefaultThreadFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
startLoggingThread(LogWriter writer,
Thread.UncaughtExceptionHandler exceptionHandler) |
public void startLoggingThread(LogWriter writer, Thread.UncaughtExceptionHandler exceptionHandler)
startLoggingThread in interface ThreadFactoryCopyright © 2018. All rights reserved.