org.apache.logging.log4j.core.util.Throwables.addSuppressed(Throwable, Throwable)
|
org.apache.log4j.Priority.getAllPossiblePriorities()
This method will be removed with no replacement.
|
org.apache.log4j.Category.getCurrentCategories()
|
org.apache.logging.log4j.MarkerManager.getMarker(String, Marker)
Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.
|
org.apache.logging.log4j.MarkerManager.getMarker(String, String)
Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.
|
org.apache.logging.log4j.web.WebLookup.getServletContext()
|
org.apache.logging.log4j.core.util.Throwables.getSuppressed(Throwable)
|
org.apache.logging.log4j.util.ProviderUtil.loadProviders(Enumeration, ClassLoader)
|
org.apache.logging.log4j.core.config.plugins.util.PluginManager.main(String[])
Use PluginProcessor instead. To do so,
simply include log4j-core in your dependencies and make sure annotation processing is not
disabled. By default, supported Java compilers will automatically use that plugin processor provided
log4j-core is on the classpath.
|
org.apache.log4j.Priority.toPriority(int)
|
org.apache.log4j.Priority.toPriority(int, Priority)
|
org.apache.log4j.Priority.toPriority(String)
|
org.apache.log4j.Priority.toPriority(String, Priority)
|