Uses of Class
org.apache.logging.log4j.core.util.Log4jThreadFactory
Packages that use Log4jThreadFactory
Package
Description
Rolling File Appender and support classes.
Log4j 2 helper classes.
-
Uses of Log4jThreadFactory in org.apache.logging.log4j.core.appender.rolling
Fields in org.apache.logging.log4j.core.appender.rolling declared as Log4jThreadFactoryModifier and TypeFieldDescriptionprivate final Log4jThreadFactory
RollingFileManager.threadFactory
-
Uses of Log4jThreadFactory in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as Log4jThreadFactoryMethods in org.apache.logging.log4j.core.util that return Log4jThreadFactoryModifier and TypeMethodDescriptionstatic Log4jThreadFactory
Log4jThreadFactory.createDaemonThreadFactory
(String threadFactoryName) Creates a new daemon thread factory.static Log4jThreadFactory
Log4jThreadFactory.createThreadFactory
(String threadFactoryName) Creates a new thread factory.