Class DateLookup
- java.lang.Object
-
- org.apache.logging.log4j.core.lookup.DateLookup
-
-
Constructor Summary
Constructors Constructor Description DateLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
lookup(java.lang.String key)
Looks up the value of the environment variable.java.lang.String
lookup(LogEvent event, java.lang.String key)
Looks up the value of the environment variable.
-
-
-
Method Detail
-
lookup
public java.lang.String lookup(java.lang.String key)
Looks up the value of the environment variable.
-
lookup
public java.lang.String lookup(LogEvent event, java.lang.String key)
Looks up the value of the environment variable.
-
-