| 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.
|
| Class and Description |
|---|
| FastDateFormat
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat. |
| FixedDateFormat
Custom time formatter that trades flexibility for performance.
|
| Class and Description |
|---|
| DateParser
DateParser is the "missing" interface for the parsing methods of
DateFormat. |
| DatePrinter
DatePrinter is the "missing" interface for the format methods of
DateFormat. |
| FastDateFormat
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat. |
| FastDateParser
FastDateParser is a fast and thread-safe version of
SimpleDateFormat. |
| FastDateParser.PatternStrategy
A strategy to parse a single field from the parsing pattern
|
| FastDateParser.Strategy
A strategy to parse a single field from the parsing pattern
|
| FastDateParser.StrategyAndWidth
Holds strategy and field width
|
| FastDateParser.TimeZoneStrategy.TzInfo |
| FastDatePrinter
FastDatePrinter is a fast and thread-safe version of
SimpleDateFormat. |
| FastDatePrinter.Iso8601_Rule
Inner class to output a time zone as a number
+/-HHMM
or +/-HH:MM. |
| FastDatePrinter.NumberRule
Inner class defining a numeric rule.
|
| FastDatePrinter.Rule
Inner class defining a rule.
|
| FastDatePrinter.TimeZoneDisplayKey
Inner class that acts as a compound key for time zone names.
|
| FastDatePrinter.TimeZoneNumberRule
Inner class to output a time zone as a number
+/-HHMM
or +/-HH:MM. |
| FastDatePrinter.TwoDigitMonthField
Inner class to output a two digit month.
|
| FastDatePrinter.TwoDigitYearField
Inner class to output a two digit year.
|
| FastDatePrinter.UnpaddedMonthField
Inner class to output an unpadded month.
|
| FixedDateFormat
Custom time formatter that trades flexibility for performance.
|
| FixedDateFormat.FixedFormat
Enumeration over the supported date/time format patterns.
|
| Format
The basic methods for performing date formatting.
|
| FormatCache
FormatCache is a cache and factory for
Formats. |
| FormatCache.MultipartKey
Helper class to hold multi-part Map keys
|