-
InterfaceDescriptionSince 2.24.0 no class implements this.
-
ClassDescription
Logger
acceptsStructuredDataMessage
s, users should use to that instead.with no replacement - no longer used
-
FieldDescriptionReplaced since 2.24.0 with "log4j.provider".since 2.24.0since 2.24.0since 2.24.0
-
MethodDescriptionUse
Logger.traceEntry()
instead which performs the same function.UseLogger.traceEntry(String, Object...)
instead which performs the same function.UseLogger.traceExit()
instead which performs the same function.UseLogger.traceExit(Object)
instead which performs the same function.Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.Use the Marker add or set methods to add parent Markers. Will be removed by final GA release.Deprecated since version2.24.0
. UseMultiformatMessage
instead to implement messages that can format themselves in one or more encodings.UseStructuredDataId.makeId(String, String)
insteadsince 2.24.0, without replacement.This method is ineffective and only kept for binary backward compatibility.UseStatusData.getInstant()
instead.Instead of relying on the buffering provided byStatusLogger
, users should register their own listeners to access to logged events.Instead of relying on the buffering provided byStatusLogger
, users should register their own listeners to access to logged events.Instead use thesetLevel(Level)
method on the fallback listener returned byStatusLogger.getFallbackListener()
.Instead use thesetLevel(Level)
method on the fallback listener returned byStatusLogger.getFallbackListener()
.since 2.24.0 caching of property values is disabled.
-
ConstructorDescriptionUse
StructuredDataId(String, String, String[], String[])
instead.Since 2.24.0. UseNoOpThreadContextMap
for a no-op implementation.since 2.24.0 without a replacement.since 2.24.0