-
Fields Field Description org.apache.log4j.helpers.LogLog.CONFIG_DEBUG_KEY UseLogLog.DEBUG_KEY
instead.org.apache.log4j.Priority.DEBUG UseLevel.DEBUG
instead.org.apache.log4j.Priority.ERROR UseLevel.ERROR
instead.org.apache.log4j.Priority.FATAL UseLevel.FATAL
instead.org.apache.log4j.Priority.INFO UseLevel.INFO
instead.org.apache.log4j.Priority.WARN UseLevel.WARN
instead.
-
Methods Method Description org.apache.log4j.Category.getPriority() Please useCategory.getLevel()
instead.org.apache.log4j.MDC.getContext() org.apache.log4j.Priority.getAllPossiblePriorities() This method will be removed with no replacement.org.apache.log4j.Priority.toPriority(String) Please use theLevel.toLevel(String)
method instead.org.slf4j.Marker.hasChildren() Replaced byMarker.hasReferences()
.org.slf4j.profiler.SpacePadder.leftPad(StringBuffer, String, int) org.slf4j.profiler.SpacePadder.rightPad(StringBuffer, String, int) org.slf4j.profiler.SpacePadder.spacePad(StringBuffer, int)