Enum Class DeprecationCategory

java.lang.Object
java.lang.Enum<DeprecationCategory>
org.elasticsearch.common.logging.DeprecationCategory
All Implemented Interfaces:
Serializable, Comparable<DeprecationCategory>, Constable

public enum DeprecationCategory extends Enum<DeprecationCategory>
Deprecation log messages are categorised so that consumers of the logs can easily aggregate them.

When categorising a message, you should consider the impact of the work required to mitigate the deprecation. For example, a settings change would normally be categorised as SETTINGS, but if the setting in question was related to security configuration, it may be more appropriate to categorise the deprecation message as SECURITY.