All Implemented Interfaces:
StrLookup
Formats the current date or the date in the LogEvent. The "key" is used as the format String,
following the java.text.SimpleDateFormat date and time pattern strings.
Field Summary
Fields inherited from interface org.apache.logging.log4j.core.lookup.StrLookup
CATEGORY
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Looks up the current date.
Looks up d the current date or the date in the LogEvent.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
DateLookup
public DateLookup ()
Method Details
lookup
Looks up the current date.
Specified by:
lookup
in interface StrLookup
Parameters:
key
- the format to use. If null, the default DateFormat will be used.
Returns:
The formatted current date, never null.
lookup
Looks up d the current date or the date in the LogEvent.
Specified by:
lookup
in interface StrLookup
Parameters:
event
- The LogEvent for which the date is returned. If null, current date is returned.
key
- the format to use. If null, the default DateFormat will be used.
Returns:
The formatted date, never null.
Copyright © 1999-2024 The Apache Software Foundation . All Rights Reserved. Apache, Log4j, and the Apache feather logo are trademarks or registered trademarks of The Apache Software Foundation . Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.