| Field and Description |
|---|
| org.apache.log4j.helpers.LogLog.CONFIG_DEBUG_KEY
Use
LogLog.DEBUG_KEY instead. |
| org.apache.log4j.LogManager.CONFIGURATOR_CLASS_KEY
This variable is for internal use only. It will
become private in future versions.
|
| org.apache.log4j.Priority.DEBUG
Use
Level.DEBUG instead. |
| org.apache.log4j.LogManager.DEFAULT_CONFIGURATION_FILE
This variable is for internal use only. It will
become package protected in future versions.
|
| org.apache.log4j.LogManager.DEFAULT_CONFIGURATION_KEY
This variable is for internal use only. It will
become private in future versions.
|
| org.apache.log4j.LogManager.DEFAULT_INIT_OVERRIDE_KEY
This variable is for internal use only. It will
become private in future versions.
|
| org.apache.log4j.Priority.ERROR
Use
Level.ERROR instead. |
| org.apache.log4j.Priority.FATAL
Use
Level.FATAL instead. |
| org.apache.log4j.Priority.INFO
Use
Level.INFO instead. |
| org.apache.log4j.Priority.WARN
Use
Level.WARN instead. |
| Constructor and Description |
|---|
| org.apache.log4j.pattern.ExtrasFormattingInfo(boolean, int, int)
since 1.2.17
|
Copyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.