| Package | Description |
|---|---|
| org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
| org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
| org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
private Log4jThreadFactory |
RollingFileManager.threadFactory |
| Modifier and Type | Field and Description |
|---|---|
private Log4jThreadFactory |
ConfiguratonFileWatcher.threadFactory |
| Modifier and Type | Method and Description |
|---|---|
static Log4jThreadFactory |
Log4jThreadFactory.createDaemonThreadFactory(java.lang.String threadFactoryName)
Creates a new daemon thread factory.
|
static Log4jThreadFactory |
Log4jThreadFactory.createThreadFactory(java.lang.String threadFactoryName)
Creates a new thread factory.
|