Uses of Enum Class
org.jboss.logmanager.formatters.StructuredFormatter.Key
Packages that use StructuredFormatter.Key
-
Uses of StructuredFormatter.Key in org.jboss.logmanager.formatters
Subclasses with type arguments of type StructuredFormatter.Key in org.jboss.logmanager.formattersModifier and TypeClassDescriptionstatic enumThe key used for the structured log record data.Methods in org.jboss.logmanager.formatters that return StructuredFormatter.KeyModifier and TypeMethodDescriptionstatic StructuredFormatter.KeyReturns the enum constant of this class with the specified name.static StructuredFormatter.Key[]StructuredFormatter.Key.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.logmanager.formatters with parameters of type StructuredFormatter.KeyModifier and TypeMethodDescriptionprotected final StringStructuredFormatter.getKey(StructuredFormatter.Key defaultKey) Checks to see if the key should be overridden.Constructor parameters in org.jboss.logmanager.formatters with type arguments of type StructuredFormatter.KeyModifierConstructorDescriptionJsonFormatter(Map<StructuredFormatter.Key, String> keyOverrides) Creates a new JSON formatter.protectedStructuredFormatter(Map<StructuredFormatter.Key, String> keyOverrides) XmlFormatter(Map<StructuredFormatter.Key, String> keyOverrides) Creates a new XML formatter.