Uses of Class
org.apache.logging.log4j.core.util.datetime.Format
-
Packages that use Format Package Description org.apache.logging.log4j.core.util.datetime Log4j 2 date formatting classes. -
-
Uses of Format in org.apache.logging.log4j.core.util.datetime
Classes in org.apache.logging.log4j.core.util.datetime with type parameters of type Format Modifier and Type Class Description (package private) class
FormatCache<F extends Format>
FormatCache is a cache and factory forFormat
s.Subclasses of Format in org.apache.logging.log4j.core.util.datetime Modifier and Type Class Description class
FastDateFormat
FastDateFormat is a fast and thread-safe version ofSimpleDateFormat
.
-