Uses of Interface
net.logstash.logback.composite.AbstractFormattedTimestampJsonProvider.TimestampWriter
Packages that use AbstractFormattedTimestampJsonProvider.TimestampWriter
-
Uses of AbstractFormattedTimestampJsonProvider.TimestampWriter in net.logstash.logback.composite
Classes in net.logstash.logback.composite that implement AbstractFormattedTimestampJsonProvider.TimestampWriterModifier and TypeClassDescriptionprotected static class
Writes the timestamp to the JsonGenerator as a number of milliseconds since unix epoch.protected static class
Writes the timestamp to the JsonGenerator as a string, converting the timestamp millis into a String using the supplied Function.