Uses of Class
io.dropwizard.logging.json.layout.TimestampFormatter
-
Packages that use TimestampFormatter Package Description io.dropwizard.logging.json io.dropwizard.logging.json.layout -
-
Uses of TimestampFormatter in io.dropwizard.logging.json
Methods in io.dropwizard.logging.json that return TimestampFormatter Modifier and Type Method Description protected TimestampFormatter
AbstractJsonLayoutBaseFactory. createTimestampFormatter(TimeZone timeZone)
-
Uses of TimestampFormatter in io.dropwizard.logging.json.layout
Constructors in io.dropwizard.logging.json.layout with parameters of type TimestampFormatter Constructor Description 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)
MapBuilder(TimestampFormatter timestampFormatter, Map<String,String> customFieldNames, Map<String,Object> additionalFields, int expectedSize)
-