Class TimestampFormatter
- java.lang.Object
-
- io.dropwizard.logging.json.layout.TimestampFormatter
-
public class TimestampFormatter extends Object
A faster timestamp formatter than the default one in Logback. Also produces timestamps as numbers if the timestamp formatting is disabled.
-
-
Constructor Summary
Constructors Constructor Description TimestampFormatter(String timestampFormat, ZoneId zoneId)
-