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 Details

    • TimestampFormatter

      public TimestampFormatter(@Nullable String timestampFormat, ZoneId zoneId)
  • Method Details

    • format

      public Object format(long timestamp)