Uses of Class
io.dropwizard.logging.json.layout.JsonFormatter
-
Packages that use JsonFormatter Package Description io.dropwizard.logging.json io.dropwizard.logging.json.layout -
-
Uses of JsonFormatter in io.dropwizard.logging.json
Methods in io.dropwizard.logging.json that return JsonFormatter Modifier and Type Method Description protected JsonFormatter
AbstractJsonLayoutBaseFactory. createDropwizardJsonFormatter()
-
Uses of JsonFormatter in io.dropwizard.logging.json.layout
Constructors in io.dropwizard.logging.json.layout with parameters of type JsonFormatter Constructor Description AbstractJsonLayout(JsonFormatter jsonFormatter)
AccessJsonLayout(JsonFormatter jsonFormatter, TimestampFormatter timestampFormatter, Set<AccessAttribute> includes, Map<String,String> customFieldNames, Map<String,Object> additionalFields)
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)
-