Class 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 Detail

      • TimestampFormatter

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

      • format

        public Object format​(long timestamp)