Package | Description |
---|---|
org.apache.logging.log4j.core.lookup |
Log4j 2 Lookups.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxRuntimeInputArgumentsLookup
Maps JVM input arguments (but not main arguments) using JMX to acquire JVM arguments.
|
class |
MainMapLookup
A map-based lookup for main arguments.
|
Modifier and Type | Field and Description |
---|---|
(package private) static MapLookup |
MainMapLookup.MAIN_SINGLETON
A singleton used by a main method to save its arguments.
|