Uses of Class
org.apache.logging.log4j.core.util.Log4jThreadFactory
-
Packages that use Log4jThreadFactory Package Description org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.util 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 Log4jThreadFactory Modifier and Type Field Description private Log4jThreadFactoryRollingFileManager. threadFactory -
Uses of Log4jThreadFactory in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as Log4jThreadFactory Modifier and Type Field Description private Log4jThreadFactoryAbstractWatcher. threadFactoryMethods in org.apache.logging.log4j.core.util that return Log4jThreadFactory Modifier and Type Method Description static Log4jThreadFactoryLog4jThreadFactory. createDaemonThreadFactory(java.lang.String threadFactoryName)Creates a new daemon thread factory.static Log4jThreadFactoryLog4jThreadFactory. createThreadFactory(java.lang.String threadFactoryName)Creates a new thread factory.
-