Method and Description |
---|
org.apache.log4j.Priority.getAllPossiblePriorities()
This method will be removed with no replacement.
|
org.apache.log4j.Category.getCurrentCategories()
Please use
LogManager.getCurrentLoggers() instead. |
org.apache.log4j.Priority.toPriority(int)
Please use the
Level.toLevel(int) method instead. |
org.apache.log4j.Priority.toPriority(int, Priority)
Please use the
Level.toLevel(int, Level) method instead. |
org.apache.log4j.Priority.toPriority(String)
Please use the
Level.toLevel(String) method instead. |
org.apache.log4j.Priority.toPriority(String, Priority)
Please use the
Level.toLevel(String, Level) method instead. |
Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.