Uses of Class
org.apache.logging.log4j.core.util.datetime.FixedDateFormat
-
Packages that use FixedDateFormat Package Description org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns.org.apache.logging.log4j.core.util.datetime Log4j 2 date formatting classes.org.apache.logging.log4j.layout.template.json.util -
-
Uses of FixedDateFormat in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as FixedDateFormat Modifier and Type Field Description private FixedDateFormat
DatePatternConverter.FixedFormatter. fixedDateFormat
Methods in org.apache.logging.log4j.core.pattern with parameters of type FixedDateFormat Modifier and Type Method Description private static DatePatternConverter.Formatter
DatePatternConverter. createFixedFormatter(FixedDateFormat fixedDateFormat)
Constructors in org.apache.logging.log4j.core.pattern with parameters of type FixedDateFormat Constructor Description FixedFormatter(FixedDateFormat fixedDateFormat)
-
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 FixedDateFormat
FixedDateFormat. create(FixedDateFormat.FixedFormat format)
Returns a newFixedDateFormat
object for the specifiedFixedFormat
and aTimeZone.getDefault()
TimeZone.static FixedDateFormat
FixedDateFormat. create(FixedDateFormat.FixedFormat format, java.util.TimeZone tz)
Returns a newFixedDateFormat
object for the specifiedFixedFormat
and TimeZone.static FixedDateFormat
FixedDateFormat. createIfSupported(java.lang.String... options)
-
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 FixedDateFormat
InstantFormatter.Log4jFixedFormatter. formatter
Constructors in org.apache.logging.log4j.layout.template.json.util with parameters of type FixedDateFormat Constructor Description Log4jFixedFormatter(FixedDateFormat formatter)
-