Interface | Description |
---|---|
StrLookup |
Lookup a String key to a String value.
|
Class | Description |
---|---|
AbstractConfigurationAwareLookup |
StrLookup that is ConfigurationAware.
|
AbstractLookup |
A default lookup for others to extend.
|
ContextMapLookup |
Looks up keys from the context.
|
DateLookup |
Formats the current date or the date in the LogEvent.
|
EnvironmentLookup |
Looks up keys from environment variables.
|
Interpolator |
Proxies all the other
StrLookup s. |
JavaLookup |
Looks up keys related to Java: Java version, JRE version, VM version, and so on.
|
JmxRuntimeInputArgumentsLookup |
Maps JVM input arguments (but not main arguments) using JMX to acquire JVM arguments.
|
JndiLookup |
Looks up keys from JNDI resources.
|
Log4jLookup |
Lookup properties of Log4j
|
MainMapLookup |
A map-based lookup for main arguments.
|
MapLookup |
A map-based lookup.
|
MarkerLookup |
Looks-up markers.
|
ResourceBundleLookup |
Looks up keys from resource bundles.
|
StrMatcher |
A matcher class that can be queried to determine if a character array
portion matches.
|
StrMatcher.CharMatcher |
Class used to define a character for matching purposes.
|
StrMatcher.CharSetMatcher |
Class used to define a set of characters for matching purposes.
|
StrMatcher.NoMatcher |
Class used to match no characters.
|
StrMatcher.StringMatcher |
Class used to define a set of characters for matching purposes.
|
StrMatcher.TrimMatcher |
Class used to match whitespace as per trim().
|
StrSubstitutor |
Substitutes variables within a string by values.
|
StructuredDataLookup |
Looks up keys from
StructuredDataMessage log messages. |
SystemPropertiesLookup |
Looks up keys from system properties.
|
StrLookup
plugins should use the
plugin category
Lookup
.