|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.core.lookup.AbstractLookup
org.apache.logging.log4j.core.lookup.JavaLookup
@Plugin(name="java", category="Lookup") public class JavaLookup
Looks up keys related to Java: Java version, JRE version, VM version, and so on.
Field Summary |
---|
Fields inherited from interface org.apache.logging.log4j.core.lookup.StrLookup |
---|
CATEGORY |
Constructor Summary | |
---|---|
JavaLookup()
|
Method Summary | |
---|---|
String |
getHardware()
Accessible through the Lookup key hw . |
String |
getLocale()
Accessible through the Lookup key locale . |
String |
getOperatingSystem()
Accessible through the Lookup key os . |
String |
getRuntime()
Accessible through the Lookup key runtime . |
String |
getVirtualMachine()
Accessible through the Lookup key vm . |
String |
lookup(LogEvent event,
String key)
Looks up the value of the environment variable. |
Methods inherited from class org.apache.logging.log4j.core.lookup.AbstractLookup |
---|
lookup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaLookup()
Method Detail |
---|
public String getHardware()
hw
.
public String getLocale()
locale
.
public String getOperatingSystem()
os
.
public String getRuntime()
runtime
.
public String getVirtualMachine()
vm
.
public String lookup(LogEvent event, String key)
event
- The current LogEvent (is ignored by this StrLookup).key
- the key to be looked up, may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2015 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.