Uses of Class
org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Packages that use FixedDateFormat Package Description org.apache.logging.log4j.core.util.datetime org.apache.logging.log4j.core.util.internal.instant org.apache.logging.log4j.layout.template.json.util -
-
Uses of FixedDateFormat in org.apache.logging.log4j.core.util.datetime
Methods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat Modifier and Type Method Description static FixedDateFormatFixedDateFormat. create(FixedDateFormat.FixedFormat format)Deprecated.Returns a newFixedDateFormatobject for the specifiedFixedFormatand aTimeZone.getDefault()TimeZone.static FixedDateFormatFixedDateFormat. create(FixedDateFormat.FixedFormat format, java.util.TimeZone tz)Deprecated.Returns a newFixedDateFormatobject for the specifiedFixedFormatand TimeZone.static FixedDateFormatFixedDateFormat. createIfSupported(java.lang.String... options)Deprecated. -
Uses of FixedDateFormat in org.apache.logging.log4j.core.util.internal.instant
Methods in org.apache.logging.log4j.core.util.internal.instant with parameters of type FixedDateFormat Modifier and Type Method Description private static BiConsumer<java.lang.StringBuilder,Instant>InstantPatternLegacyFormatter. adaptFixedFormatter(FixedDateFormat formatter) -
Uses of FixedDateFormat in org.apache.logging.log4j.layout.template.json.util
Fields in org.apache.logging.log4j.layout.template.json.util declared as FixedDateFormat Modifier and Type Field Description private FixedDateFormatInstantFormatter.Log4jFixedFormatter. formatterConstructors in org.apache.logging.log4j.layout.template.json.util with parameters of type FixedDateFormat Constructor Description Log4jFixedFormatter(FixedDateFormat formatter)
-