Uses of Class
org.apache.logging.log4j.core.util.Log4jThreadFactory
-
Packages that use Log4jThreadFactory Package Description org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of Log4jThreadFactory in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return Log4jThreadFactory Modifier and Type Method Description static Log4jThreadFactory
Log4jThreadFactory. createDaemonThreadFactory(String threadFactoryName)
Creates a new daemon thread factory.static Log4jThreadFactory
Log4jThreadFactory. createThreadFactory(String threadFactoryName)
Creates a new thread factory.
-