Uses of Class
io.dropwizard.logging.json.EventAttribute
-
Packages that use EventAttribute Package Description io.dropwizard.logging.json io.dropwizard.logging.json.layout -
-
Uses of EventAttribute in io.dropwizard.logging.json
Methods in io.dropwizard.logging.json that return EventAttribute Modifier and Type Method Description static EventAttribute
EventAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventAttribute[]
EventAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dropwizard.logging.json that return types with arguments of type EventAttribute Modifier and Type Method Description EnumSet<EventAttribute>
EventJsonLayoutBaseFactory. getIncludes()
Method parameters in io.dropwizard.logging.json with type arguments of type EventAttribute Modifier and Type Method Description void
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 EventAttribute Modifier and Type Method Description Set<EventAttribute>
EventJsonLayout. getIncludes()
Method parameters in io.dropwizard.logging.json.layout with type arguments of type EventAttribute Modifier and Type Method Description void
EventJsonLayout. setIncludes(Set<EventAttribute> includes)
Constructor parameters in io.dropwizard.logging.json.layout with type arguments of type EventAttribute Constructor Description EventJsonLayout(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)
-