Class DeprecatedMessage

java.lang.Object
org.apache.logging.log4j.message.ParameterizedMessage
org.elasticsearch.common.logging.ESLogMessage
org.elasticsearch.common.logging.DeprecatedMessage
All Implemented Interfaces:
Serializable, org.apache.logging.log4j.message.Message, org.apache.logging.log4j.util.StringBuilderFormattable

public class DeprecatedMessage extends ESLogMessage
A logger message used by DeprecationLogger. Carries x-opaque-id field if provided in the headers. Will populate the x-opaque-id field in JSON logs.
See Also: