org.apache.logging.log4j.core.lookup
Class ResourceBundleLookup
java.lang.Object
org.apache.logging.log4j.core.lookup.ResourceBundleLookup
- All Implemented Interfaces:
- StrLookup
@Plugin(name="bundle",
category="Lookup")
public class ResourceBundleLookup
- extends Object
- implements StrLookup
Looks up keys from resource bundles.
Method Summary |
String |
lookup(LogEvent event,
String key)
Looks up the value for the key in the format "BundleName:BundleKey". |
String |
lookup(String key)
Looks up the value for the key in the format "BundleName:BundleKey". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceBundleLookup
public ResourceBundleLookup()
lookup
public String lookup(String key)
- Looks up the value for the key in the format "BundleName:BundleKey".
For example: "com.domain.messages:MyKey".
- Specified by:
lookup
in interface StrLookup
- Parameters:
key
- the key to be looked up, may be null
- Returns:
- The value for the key.
lookup
public String lookup(LogEvent event,
String key)
- Looks up the value for the key in the format "BundleName:BundleKey".
For example: "com.domain.messages:MyKey".
- Specified by:
lookup
in interface StrLookup
- Parameters:
event
- The current LogEvent.key
- the key to be looked up, may be null
- Returns:
- The value associated with the key.
Copyright © 1999-2014 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.