| Class and Description |
|---|
| org.apache.logging.log4j.spi.LoggerContextKey
with no replacement - no longer used
|
| Field and Description |
|---|
| org.apache.log4j.Priority.DEBUG
Use
Level.DEBUG instead. |
| 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.logging.log4j.message.ParameterizedMessage(String, String[], Throwable)
Use constructor ParameterizedMessage(String, Object[], Throwable) instead
|
Copyright © 2006-2021 OPS4J - Open Participation Software for Java. All Rights Reserved.