Uses of Enum Class
io.dropwizard.logging.json.EventAttribute
Packages that use EventAttribute
-
Uses of EventAttribute in io.dropwizard.logging.json
Methods in io.dropwizard.logging.json that return EventAttributeModifier and TypeMethodDescriptionstatic EventAttribute
Returns the enum constant of this class with the specified name.static EventAttribute[]
EventAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dropwizard.logging.json that return types with arguments of type EventAttributeMethod parameters in io.dropwizard.logging.json with type arguments of type EventAttributeModifier and TypeMethodDescriptionvoid
EventJsonLayoutBaseFactory.setIncludes
(EnumSet<EventAttribute> includes) -
Uses of EventAttribute in io.dropwizard.logging.json.layout
Methods in io.dropwizard.logging.json.layout that return types with arguments of type EventAttributeMethod parameters in io.dropwizard.logging.json.layout with type arguments of type EventAttributeConstructor parameters in io.dropwizard.logging.json.layout with type arguments of type EventAttributeModifierConstructorDescriptionEventJsonLayout
(JsonFormatter jsonFormatter, TimestampFormatter timestampFormatter, ch.qos.logback.classic.pattern.ThrowableHandlingConverter throwableProxyConverter, Set<EventAttribute> includes, Map<String, String> customFieldNames, Map<String, Object> additionalFields, Set<String> includesMdcKeys, boolean flattenMdc)