Class SystemPropertiesLookup
- java.lang.Object
-
- org.apache.logging.log4j.core.lookup.AbstractLookup
-
- org.apache.logging.log4j.core.lookup.SystemPropertiesLookup
-
- All Implemented Interfaces:
StrLookup
@Plugin(name="sys", category="Lookup") public class SystemPropertiesLookup extends AbstractLookup
Looks up keys from system properties.
-
-
Constructor Summary
Constructors Constructor Description SystemPropertiesLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
lookup(LogEvent event, String key)
Looks up the value for the key using the data in the LogEvent.-
Methods inherited from class org.apache.logging.log4j.core.lookup.AbstractLookup
lookup
-
-