Package | Description |
---|---|
io.dropwizard.logging.json | |
io.dropwizard.logging.json.layout |
Modifier and Type | Method | Description |
---|---|---|
static EventAttribute |
EventAttribute.valueOf(java.lang.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 | Description |
---|---|---|
java.util.EnumSet<EventAttribute> |
EventJsonLayoutBaseFactory.getIncludes() |
Modifier and Type | Method | Description |
---|---|---|
void |
EventJsonLayoutBaseFactory.setIncludes(java.util.EnumSet<EventAttribute> includes) |
Modifier and Type | Method | Description |
---|---|---|
com.google.common.collect.ImmutableSet<EventAttribute> |
EventJsonLayout.getIncludes() |
Modifier and Type | Method | Description |
---|---|---|
void |
EventJsonLayout.setIncludes(java.util.Set<EventAttribute> includes) |
Constructor | Description |
---|---|
EventJsonLayout(JsonFormatter jsonFormatter,
TimestampFormatter timestampFormatter,
ch.qos.logback.classic.pattern.ThrowableHandlingConverter throwableProxyConverter,
java.util.Set<EventAttribute> includes,
java.util.Map<java.lang.String,java.lang.String> customFieldNames,
java.util.Map<java.lang.String,java.lang.Object> additionalFields,
java.util.Set<java.lang.String> includesMdcKeys) |
Copyright © 2018. All rights reserved.