org.apache.logging.log4j.core.util.Throwables.addSuppressed(Throwable, Throwable)
|
org.apache.logging.log4j.core.impl.Log4jLogEvent.createEvent(String, Marker, String, Level, Message, Throwable, ThrowableProxy, Map, ThreadContext.ContextStack, String, StackTraceElement, long)
|
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)
If compiling on Java 7 and above use Throwable.getSuppressed() . Marked as deprecated because Java 6 is
deprecated. Will be removed 2.5.
|
org.apache.logging.log4j.core.util.Throwables.isGetSuppressedAvailable()
Will be removed in 2.5. As of 2.4, always returns true.
|
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.logging.log4j.core.util.Assert.requireNonNull(T, String)
Will be removed in 2.5.
|
org.apache.logging.log4j.core.lookup.MapLookup.setMainArguments(String...)
|
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)
|