Uses of Enum
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.FixedFormat
Packages that use FixedDateFormat.FixedFormat
Package
Description
Log4j date and time formatting classes.
-
Uses of FixedDateFormat.FixedFormat in org.apache.logging.log4j.core.util.datetime
Methods in org.apache.logging.log4j.core.util.datetime that return FixedDateFormat.FixedFormatModifier and TypeMethodDescriptionstatic FixedDateFormat.FixedFormat
Returns the FixedFormat with the name or pattern matching the specified string ornull
if not found.static FixedDateFormat.FixedFormat
Returns the enum constant of this type with the specified name.static FixedDateFormat.FixedFormat[]
FixedDateFormat.FixedFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.util.datetime with parameters of type FixedDateFormat.FixedFormatModifier and TypeMethodDescriptionstatic FixedDateFormat
FixedDateFormat.create
(FixedDateFormat.FixedFormat format) Deprecated.Returns a newFixedDateFormat
object for the specifiedFixedFormat
and aTimeZone.getDefault()
TimeZone.static FixedDateFormat
FixedDateFormat.create
(FixedDateFormat.FixedFormat format, TimeZone tz) Deprecated.Returns a newFixedDateFormat
object for the specifiedFixedFormat
and TimeZone.