| Package | Description |
|---|---|
| io.dropwizard.logging.json | |
| io.dropwizard.logging.json.layout |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<EventAttribute> |
EventJsonLayoutBaseFactory.getIncludes() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventJsonLayoutBaseFactory.setIncludes(EnumSet<EventAttribute> includes) |
| Modifier and Type | Method and Description |
|---|---|
Set<EventAttribute> |
EventJsonLayout.getIncludes() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventJsonLayout.setIncludes(Set<EventAttribute> includes) |
| Constructor and 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) |
Copyright © 2020. All rights reserved.