JavaScript is disabled on your browser.
All Implemented Interfaces:
StrLookup
@Plugin (name ="date",
category ="Lookup")
public class DateLookup
extends Object
implements 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
Constructor and Description
DateLookup ()
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
DateLookup
public DateLookup()
Method Detail
lookup
public String lookup(LogEvent event,
String key)
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-2023 The Apache Software Foundation . All Rights Reserved. Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.