-
Classes Class Description org.apache.logging.log4j.spi.LoggerContextKey with no replacement - no longer used
-
Methods Method Description org.apache.logging.log4j.Logger.entry() UseLogger.traceEntry()
instead which performs the same function.org.apache.logging.log4j.Logger.exit() UseLogger.traceExit()
instead which performs the same function.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.message.StructuredDataId.makeId(String, int) UseStructuredDataId.makeId(String, String)
insteadorg.apache.logging.log4j.spi.AbstractLogger.enter(String, String, MessageSupplier...) org.apache.logging.log4j.spi.AbstractLogger.entry() org.apache.logging.log4j.spi.AbstractLogger.exit() org.apache.logging.log4j.util.ProviderUtil.loadProviders(Enumeration<URL>, ClassLoader) UseProviderUtil.loadProvider(java.net.URL, ClassLoader)
instead. Will be removed in 3.0.