Module org.apache.logging.log4j
Package org.apache.logging.log4j.spi
Class LoggingSystemProperty.Constant
- java.lang.Object
-
- org.apache.logging.log4j.spi.LoggingSystemProperty.Constant
-
- Enclosing class:
- LoggingSystemProperty
public static class LoggingSystemProperty.Constant extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
SYSTEM_DEBUG
public static String SYSTEM_DEBUG
-
WEB_IS_WEBAPP
public static final String WEB_IS_WEBAPP
- See Also:
- Constant Field Values
-
THREAD_LOCALS_ENABLE
public static final String THREAD_LOCALS_ENABLE
- See Also:
- Constant Field Values
-
LOADER_IGNORE_THREAD_CONTEXT_LOADER
public static final String LOADER_IGNORE_THREAD_CONTEXT_LOADER
- See Also:
- Constant Field Values
-
LOADER_FORCE_THREAD_CONTEXT_LOADER
public static final String LOADER_FORCE_THREAD_CONTEXT_LOADER
- See Also:
- Constant Field Values
-
GC_UNBOX_RING_BUFFER_SIZE
public static final String GC_UNBOX_RING_BUFFER_SIZE
- See Also:
- Constant Field Values
-
LOGGER_CONTEXT_FACTORY_CLASS
public static final String LOGGER_CONTEXT_FACTORY_CLASS
- See Also:
- Constant Field Values
-
LOGGER_MESSAGE_FACTORY_CLASS
public static final String LOGGER_MESSAGE_FACTORY_CLASS
Property to override the defaultMessageFactory
class.- See Also:
- Constant Field Values
-
LOGGER_FLOW_MESSAGE_FACTORY_CLASS
public static final String LOGGER_FLOW_MESSAGE_FACTORY_CLASS
- See Also:
- Constant Field Values
-
LOGGER_MAP_MESSAGE_JSON_FORMATTER_MAX_DEPTH
public static final String LOGGER_MAP_MESSAGE_JSON_FORMATTER_MAX_DEPTH
- See Also:
- Constant Field Values
-
GC_REUSABLE_MESSAGE_MAX_SIZE
public static final String GC_REUSABLE_MESSAGE_MAX_SIZE
- See Also:
- Constant Field Values
-
SIMPLE_SHOW_CONTEXT_MAP
public static final String SIMPLE_SHOW_CONTEXT_MAP
- See Also:
- Constant Field Values
-
SIMPLE_SHOW_LOG_NAME
public static final String SIMPLE_SHOW_LOG_NAME
- See Also:
- Constant Field Values
-
SIMPLE_SHOW_SHORT_LOG_NAME
public static final String SIMPLE_SHOW_SHORT_LOG_NAME
- See Also:
- Constant Field Values
-
SIMPLE_SHOW_DATE_TIME
public static final String SIMPLE_SHOW_DATE_TIME
- See Also:
- Constant Field Values
-
SIMPLE_DATE_TIME_FORMAT
public static final String SIMPLE_DATE_TIME_FORMAT
- See Also:
- Constant Field Values
-
SIMPLE_LOG_FILE
public static final String SIMPLE_LOG_FILE
- See Also:
- Constant Field Values
-
SIMPLE_LOG_LEVEL
public static final String SIMPLE_LOG_LEVEL
- See Also:
- Constant Field Values
-
SIMPLE_LOGGER_LOG_LEVEL
public static final String SIMPLE_LOGGER_LOG_LEVEL
- See Also:
- Constant Field Values
-
STATUS_MAX_ENTRIES
public static final String STATUS_MAX_ENTRIES
- See Also:
- Constant Field Values
-
STATUS_DEFAULT_LISTENER_LEVEL
public static final String STATUS_DEFAULT_LISTENER_LEVEL
- See Also:
- Constant Field Values
-
STATUS_DATE_FORMAT
public static final String STATUS_DATE_FORMAT
Property that can be configured with a date-time format string to use as the format for timestamps in the status logger output. SeeSimpleDateFormat
for supported formats.- See Also:
- Constant Field Values
-
THREAD_CONTEXT_MAP_ENABLED
public static final String THREAD_CONTEXT_MAP_ENABLED
- See Also:
- Constant Field Values
-
THREAD_CONTEXT_STACK_ENABLED
public static final String THREAD_CONTEXT_STACK_ENABLED
- See Also:
- Constant Field Values
-
THREAD_CONTEXT_ENABLED
public static final String THREAD_CONTEXT_ENABLED
Property to control whetherThreadContext
stores any data. If set totrue
, then the thread context map and stack will be disabled.- See Also:
- Constant Field Values
-
THREAD_CONTEXT_MAP_INHERITABLE
public static final String THREAD_CONTEXT_MAP_INHERITABLE
- See Also:
- Constant Field Values
-
THREAD_CONTEXT_MAP_CLASS
public static final String THREAD_CONTEXT_MAP_CLASS
- See Also:
- Constant Field Values
-
THREAD_CONTEXT_INITIAL_CAPACITY
public static final String THREAD_CONTEXT_INITIAL_CAPACITY
- See Also:
- Constant Field Values
-
THREAD_CONTEXT_GARBAGE_FREE_ENABLED
public static final String THREAD_CONTEXT_GARBAGE_FREE_ENABLED
- See Also:
- Constant Field Values
-
WEB
public static final String WEB
- See Also:
- Constant Field Values
-
-