-
For Removal Element Description org.apache.logging.log4j.util.Constants.ENABLE_THREADLOCALS org.apache.logging.log4j.util.Constants.IS_WEB_APP
-
Interfaces Interface Description org.apache.logging.log4j.message.MessageFactory2 MessageFactory now contains all interface methods.org.apache.logging.log4j.spi.CleanableThreadContextMap useThreadContextMap
directlyorg.apache.logging.log4j.spi.ObjectThreadContextMap useThreadContextMap
directlyorg.apache.logging.log4j.spi.ThreadContextMap2 useThreadContextMap
directly
-
Classes Class Description org.apache.logging.log4j.message.AbstractMessageFactory MessageFactory has default methods that implement all the methods that were here.
-
Fields Field Description org.apache.logging.log4j.util.Constants.ENABLE_THREADLOCALS org.apache.logging.log4j.util.Constants.IS_WEB_APP
-
Methods Method Description org.apache.logging.log4j.message.StructuredDataId.makeId(String, int) UseStructuredDataId.makeId(String, String)
instead
-
Constructors Constructor Description org.apache.logging.log4j.message.StructuredDataId(String, int, String[], String[]) UseStructuredDataId(String, String, String[], String[])
instead.