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.
|
Modifier and Type | Field and Description |
---|---|
private FixedDateFormat |
DatePatternConverter.FixedFormatter.fixedDateFormat |
Modifier and Type | Method and Description |
---|---|
private static DatePatternConverter.Formatter |
DatePatternConverter.createFixedFormatter(FixedDateFormat fixedDateFormat) |
Constructor and Description |
---|
FixedFormatter(FixedDateFormat fixedDateFormat) |
Modifier and Type | Method and Description |
---|---|
static FixedDateFormat |
FixedDateFormat.create(FixedDateFormat.FixedFormat format)
Returns a new
FixedDateFormat object for the specified FixedFormat and a TimeZone.getDefault() TimeZone. |
static FixedDateFormat |
FixedDateFormat.create(FixedDateFormat.FixedFormat format,
java.util.TimeZone tz)
Returns a new
FixedDateFormat object for the specified FixedFormat and TimeZone. |
static FixedDateFormat |
FixedDateFormat.createIfSupported(java.lang.String... options) |