Uses of Enum
org.jboss.logmanager.formatters.StructuredFormatter.Key
Packages that use StructuredFormatter.Key
-
Uses of StructuredFormatter.Key in org.jboss.logmanager.formatters
Methods in org.jboss.logmanager.formatters that return StructuredFormatter.KeyModifier and TypeMethodDescriptionstatic StructuredFormatter.KeyReturns the enum constant of this type with the specified name.static StructuredFormatter.Key[]StructuredFormatter.Key.values()Returns an array containing the constants of this enum type, 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.