Uses of Class
org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Packages that use FixedDateFormat Package Description org.apache.logging.log4j.core.util.datetime Log4j 2 date formatting classes. -
-
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)Returns a newFixedDateFormatobject for the specifiedFixedFormatand aTimeZone.getDefault()TimeZone.static FixedDateFormatFixedDateFormat. create(FixedDateFormat.FixedFormat format, java.util.TimeZone tz)Returns a newFixedDateFormatobject for the specifiedFixedFormatand TimeZone.static FixedDateFormatFixedDateFormat. createIfSupported(java.lang.String... options)
-