Module org.apache.logging.log4j
Package org.apache.logging.log4j.spi
Class PropertyComponent.Constant
- java.lang.Object
-
- org.apache.logging.log4j.spi.PropertyComponent.Constant
-
- Enclosing class:
- PropertyComponent
public static class PropertyComponent.Constant extends Object
These constants are only for use in LoggingSystemProperty to create constants for @SetSystemProperty.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASYNC_LOGGER
static String
ASYNC_LOGGER_CONFIG
static String
CONFIGURATION
static String
CONSOLE
static String
GC
static String
JANSI
static String
JMX
static String
JNDI
static String
JUL
static String
LOADER
static String
LOG4J
static String
LOG4J1
static String
LOGGER
static String
LOGGER_CONTEXT
static String
MESSAGE
static String
SCRIPT
static String
SIMPLE_LOGGER
static String
STATUS_LOGGER
static String
SYSTEM
static String
THREAD_CONTEXT
static String
THREAD_LOCALS
static String
TRANSPORT_SECURITY
static String
UUID
static String
WEB
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
ASYNC_LOGGER
public static final String ASYNC_LOGGER
- See Also:
- Constant Field Values
-
ASYNC_LOGGER_CONFIG
public static final String ASYNC_LOGGER_CONFIG
- See Also:
- Constant Field Values
-
CONFIGURATION
public static final String CONFIGURATION
- See Also:
- Constant Field Values
-
CONSOLE
public static final String CONSOLE
- See Also:
- Constant Field Values
-
GC
public static final String GC
- See Also:
- Constant Field Values
-
JANSI
public static final String JANSI
- See Also:
- Constant Field Values
-
JMX
public static final String JMX
- See Also:
- Constant Field Values
-
JNDI
public static final String JNDI
- See Also:
- Constant Field Values
-
JUL
public static final String JUL
- See Also:
- Constant Field Values
-
LOADER
public static final String LOADER
- See Also:
- Constant Field Values
-
LOG4J
public static final String LOG4J
- See Also:
- Constant Field Values
-
LOG4J1
public static final String LOG4J1
- See Also:
- Constant Field Values
-
LOGGER
public static final String LOGGER
- See Also:
- Constant Field Values
-
LOGGER_CONTEXT
public static final String LOGGER_CONTEXT
- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
SCRIPT
public static final String SCRIPT
- See Also:
- Constant Field Values
-
SIMPLE_LOGGER
public static final String SIMPLE_LOGGER
- See Also:
- Constant Field Values
-
STATUS_LOGGER
public static final String STATUS_LOGGER
- See Also:
- Constant Field Values
-
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
-
THREAD_CONTEXT
public static final String THREAD_CONTEXT
- See Also:
- Constant Field Values
-
THREAD_LOCALS
public static final String THREAD_LOCALS
- See Also:
- Constant Field Values
-
TRANSPORT_SECURITY
public static final String TRANSPORT_SECURITY
- See Also:
- Constant Field Values
-
UUID
public static final String UUID
- See Also:
- Constant Field Values
-
WEB
public static final String WEB
- See Also:
- Constant Field Values
-
-