Constant Field Values
Contents
org.apache.*
-
org.apache.logging.log4j.core.AbstractLifeCycle Modifier and Type Constant Field Value public static final int
DEFAULT_STOP_TIMEOUT
0
-
org.apache.logging.log4j.core.Appender Modifier and Type Constant Field Value public static final String
ELEMENT_TYPE
"appender"
-
org.apache.logging.log4j.core.Core Modifier and Type Constant Field Value public static final String
CATEGORY_NAME
"Core"
-
org.apache.logging.log4j.core.Filter Modifier and Type Constant Field Value public static final String
ELEMENT_TYPE
"filter"
-
org.apache.logging.log4j.core.Layout Modifier and Type Constant Field Value public static final String
ELEMENT_TYPE
"layout"
-
org.apache.logging.log4j.core.LoggerContext Modifier and Type Constant Field Value public static final String
PROPERTY_CONFIG
"config"
-
org.apache.logging.log4j.core.appender.ConsoleAppender Modifier and Type Constant Field Value public static final String
PLUGIN_NAME
"Console"
-
org.apache.logging.log4j.core.appender.FileAppender Modifier and Type Constant Field Value public static final String
PLUGIN_NAME
"File"
-
org.apache.logging.log4j.core.appender.NullAppender Modifier and Type Constant Field Value public static final String
PLUGIN_NAME
"Null"
-
org.apache.logging.log4j.core.appender.RollingFileAppender Modifier and Type Constant Field Value public static final String
PLUGIN_NAME
"RollingFile"
-
org.apache.logging.log4j.core.appender.SyslogAppender Modifier and Type Constant Field Value protected static final String
RFC5424
"RFC5424"
-
org.apache.logging.log4j.core.appender.db.AbstractDatabaseAppender<T extends AbstractDatabaseManager> Modifier and Type Constant Field Value public static final int
DEFAULT_RECONNECT_INTERVAL_MILLIS
5000
-
org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager Modifier and Type Constant Field Value public static final int
DEFAULT_BUFFER_SIZE
262144
-
org.apache.logging.log4j.core.appender.routing.RoutingAppender Modifier and Type Constant Field Value public static final String
STATIC_VARIABLES_KEY
"staticVariables"
-
org.apache.logging.log4j.core.async.BlockingQueueFactory<E> Modifier and Type Constant Field Value public static final String
ELEMENT_TYPE
"BlockingQueueFactory"
-
org.apache.logging.log4j.core.config.Configuration Modifier and Type Constant Field Value public static final String
CONTEXT_PROPERTIES
"ContextProperties"
-
org.apache.logging.log4j.core.config.ConfigurationFactory Modifier and Type Constant Field Value protected static final String
DEFAULT_PREFIX
"log4j2"
protected static final String
LOG4J1_VERSION
"1"
protected static final String
LOG4J2_VERSION
"2"
public static final String
NAMESPACE
"ConfigurationFactory"
protected static final String
TEST_PREFIX
"log4j2-test"
-
org.apache.logging.log4j.core.config.DefaultConfiguration Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"Default"
public static final String
DEFAULT_PATTERN
"%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n"
-
org.apache.logging.log4j.core.config.LoggerConfig Modifier and Type Constant Field Value public static final String
ROOT
"root"
-
org.apache.logging.log4j.core.config.NullConfiguration Modifier and Type Constant Field Value public static final String
NULL_NAME
"Null"
-
org.apache.logging.log4j.core.config.arbiters.Arbiter Modifier and Type Constant Field Value public static final String
ELEMENT_TYPE
"Arbiter"
-
org.apache.logging.log4j.core.config.arbiters.ClassArbiter.Builder Modifier and Type Constant Field Value public static final String
ATTR_CLASS_NAME
"className"
-
org.apache.logging.log4j.core.config.arbiters.SystemPropertyArbiter.Builder Modifier and Type Constant Field Value public static final String
ATTR_PROPERTY_NAME
"propertyName"
public static final String
ATTR_PROPERTY_VALUE
"propertyValue"
-
org.apache.logging.log4j.core.filter.AbstractFilter.AbstractFilterBuilder<B extends AbstractFilter.AbstractFilterBuilder<B>> Modifier and Type Constant Field Value public static final String
ATTR_ON_MATCH
"onMatch"
public static final String
ATTR_ON_MISMATCH
"onMismatch"
-
org.apache.logging.log4j.core.filter.LevelMatchFilter Modifier and Type Constant Field Value public static final String
ATTR_MATCH
"match"
-
org.apache.logging.log4j.core.filter.StringMatchFilter Modifier and Type Constant Field Value public static final String
ATTR_MATCH
"match"
-
org.apache.logging.log4j.core.impl.Log4jPropertyKey.Constant Modifier and Type Constant Field Value public static final String
ASYNC_CONFIG_EXCEPTION_HANDLER_CLASS_NAME
"log4j2.*.AsyncLoggerConfig.exceptionHandler"
public static final String
ASYNC_CONFIG_RETRIES
"log4j2.*.AsyncLoggerConfig.retries"
public static final String
ASYNC_CONFIG_RING_BUFFER_SIZE
"log4j2.*.AsyncLoggerConfig.ringBufferSize"
public static final String
ASYNC_CONFIG_SLEEP_TIME_NS
"log4j2.*.AsyncLoggerConfig.sleepTimeNS"
public static final String
ASYNC_CONFIG_SYNCHRONIZE_ENQUEUE_WHEN_QUEUE_FULL
"log4j2.*.AsyncLoggerConfig.synchronizeEnqueueWhenQueueFull"
public static final String
ASYNC_CONFIG_TIMEOUT
"log4j2.*.AsyncLoggerConfig.timeout"
public static final String
ASYNC_CONFIG_WAIT_STRATEGY
"log4j2.*.AsyncLoggerConfig.waitStrategy"
public static final String
ASYNC_LOGGER_DISCARD_THRESHOLD
"log4j2.*.AsyncLogger.discardThreshold"
public static final String
ASYNC_LOGGER_EXCEPTION_HANDLER_CLASS_NAME
"log4j2.*.AsyncLogger.exceptionHandler"
public static final String
ASYNC_LOGGER_FORMAT_MESSAGES_IN_BACKGROUND
"log4j2.*.AsyncLogger.formatMsg"
public static final String
ASYNC_LOGGER_QUEUE_FULL_POLICY
"log4j2.*.AsyncLogger.queueFullPolicy"
public static final String
ASYNC_LOGGER_RETRIES
"log4j2.*.AsyncLogger.retries"
public static final String
ASYNC_LOGGER_RING_BUFFER_SIZE
"log4j2.*.AsyncLogger.ringBufferSize"
public static final String
ASYNC_LOGGER_SLEEP_TIME_NS
"log4j2.*.AsyncLogger.sleepTimeNS"
public static final String
ASYNC_LOGGER_SYNCHRONIZE_ENQUEUE_WHEN_QUEUE_FULL
"log4j2.*.AsyncLogger.synchronizeEnqueueWhenQueueFull"
public static final String
ASYNC_LOGGER_THREAD_NAME_STRATEGY
"log4j2.*.AsyncLogger.threadNameStrategy"
public static final String
ASYNC_LOGGER_TIMEOUT
"log4j2.*.AsyncLogger.timeout"
public static final String
ASYNC_LOGGER_WAIT_STRATEGY
"log4j2.*.AsyncLogger.waitStrategy"
public static final String
CONFIG_CLOCK
"log4j2.*.Configuration.clock"
public static final String
CONFIG_CONFIGURATION_FACTORY_CLASS_NAME
"log4j2.*.Configuration.configurationFactory"
public static final String
CONFIG_DEFAULT_LEVEL
"log4j2.*.Configuration.level"
public static final String
CONFIG_JANSI_ENABLED
"log4j2.*.Configuration.jansiEnabled"
public static final String
CONFIG_LOCATION
"log4j2.*.Configuration.file"
public static final String
CONFIG_MERGE_STRATEGY
"log4j2.*.Configuration.mergeStrategy"
public static final String
CONFIG_RELIABILITY_STRATEGY
"log4j2.*.Configuration.reliabilityStrategy"
public static final String
CONFIG_RELIABILITY_STRATEGY_AWAIT_UNCONDITIONALLY_MILLIS
"log4j2.*.Configuration.waitMillisBeforeStopOldConfig"
public static final String
CONFIG_V1_COMPATIBILITY_ENABLED
"log4j2.*.log4j1.compatibility"
public static final String
CONFIG_V1_FILE_NAME
"log4j2.*.log4j1.configuration"
public static final String
CONTEXT_SELECTOR_CLASS_NAME
"log4j2.*.LoggerContext.selector"
public static final String
GC_ENABLE_DIRECT_ENCODERS
"log4j2.*.GC.enableDirectEncoders"
public static final String
GC_ENCODER_BYTE_BUFFER_SIZE
"log4j2.*.GC.encoderByteBufferSize"
public static final String
GC_ENCODER_CHAR_BUFFER_SIZE
"log4j2.*.GC.encoderCharBufferSize"
public static final String
GC_INITIAL_REUSABLE_MESSAGE_SIZE
"log4j2.*.GC.initialReusableMsgSize"
public static final String
GC_LAYOUT_STRING_BUILDER_MAX_SIZE
"log4j2.*.GC.layoutStringBuilderMaxSize"
public static final String
GC_REUSABLE_MESSAGE_MAX_SIZE
"log4j2.*.GC.maxReusableMsgSize"
public static final String
JMX_ENABLED
"log4j2.*.JMX.enabled"
public static final String
JMX_NOTIFY_ASYNC
"log4j2.*.JMX.notifyAsync"
public static final String
JNDI_CONTEXT_SELECTOR
"log4j2.*.JNDI.contextSelector"
public static final String
JNDI_ENABLE_JDBC
"log4j2.*.JNDI.enableJDBC"
public static final String
JNDI_ENABLE_JMS
"log4j2.*.JNDI.enableJMS"
public static final String
JNDI_ENABLE_LOOKUP
"log4j2.*.JNDI.enableLookup"
public static final String
LOG_EVENT_FACTORY_CLASS_NAME
"log4j2.*.LoggerContext.logEventFactory"
public static final String
SHUTDOWN_CALLBACK_REGISTRY
"log4j2.*.LoggerContext.shutdownCallbackRegistry"
public static final String
SHUTDOWN_HOOK_ENABLED
"log4j2.*.LoggerContext.shutdownHookEnabled"
public static final String
STACKTRACE_ON_START
"log4j2.*.LoggerContext.stacktraceOnStart"
public static final String
STATUS_DEFAULT_LEVEL
"log4j2.*.StatusLogger.defaultStatusLevel"
public static final String
THREAD_CONTEXT_DATA_CLASS_NAME
"log4j2.*.ThreadContext.contextData"
public static final String
THREAD_CONTEXT_DATA_INJECTOR_CLASS_NAME
"log4j2.*.ThreadContext.contextDataInjector"
public static final String
TRANSPORT_SECURITY_KEY_STORE_KEY_MANAGER_FACTORY_ALGORITHM
"log4j2.*.TransportSecurity.keyStoreKeyManagerFactoryAlgorithm"
public static final String
TRANSPORT_SECURITY_KEY_STORE_LOCATION
"log4j2.*.TransportSecurity.keyStoreLocation"
public static final String
TRANSPORT_SECURITY_KEY_STORE_PASSWORD
"log4j2.*.TransportSecurity.keystorePassword"
public static final String
TRANSPORT_SECURITY_KEY_STORE_PASSWORD_ENV_VAR
"log4j2.*.TransportSecurity.keyStorePasswordEnvironmentVariable"
public static final String
TRANSPORT_SECURITY_KEY_STORE_PASSWORD_FILE
"log4j2.*.TransportSecurity.keyStorePasswordFile"
public static final String
TRANSPORT_SECURITY_KEY_STORE_TYPE
"log4j2.*.TransportSecurity.keyStoreType"
public static final String
TRANSPORT_SECURITY_TRUST_STORE_KEY_MANAGER_FACTORY_ALGORITHM
"log4j2.*.TransportSecurity.trustStoreKeyManagerFactoryAlgorithm"
public static final String
TRANSPORT_SECURITY_TRUST_STORE_LOCATION
"log4j2.*.TransportSecurity.trustStoreLocation"
public static final String
TRANSPORT_SECURITY_TRUST_STORE_PASSWORD
"log4j2.*.TransportSecurity.trustStorePassword"
public static final String
TRANSPORT_SECURITY_TRUST_STORE_PASSWORD_ENV_VAR
"log4j2.*.TransportSecurity.trustStorePasswordEnvironmentVariable"
public static final String
TRANSPORT_SECURITY_TRUST_STORE_PASSWORD_FILE
"log4j2.*.TransportSecurity.trustStorePasswordFile"
public static final String
TRANSPORT_SECURITY_TRUST_STORE_TYPE
"log4j2.*.TransportSecurity.trustStoreType"
public static final String
TRANSPORT_SECURITY_VERIFY_HOST_NAME
"log4j2.*.TransportSecurity.sslVerifyHostName"
public static final String
USE_PRECISE_CLOCK
"log4j2.*.Configuration.usePreciseClock"
public static final String
UUID_SEQUENCE
"log4j2.*.UUID.sequence"
-
org.apache.logging.log4j.core.impl.ThrowableFormatOptions Modifier and Type Constant Field Value public static final String
CLASS_NAME
"short.className"
public static final String
FILE_NAME
"short.fileName"
public static final String
LINE_NUMBER
"short.lineNumber"
public static final String
LOCALIZED_MESSAGE
"short.localizedMessage"
public static final String
MESSAGE
"short.message"
public static final String
METHOD_NAME
"short.methodName"
-
org.apache.logging.log4j.core.jmx.AppenderAdminMBean Modifier and Type Constant Field Value public static final String
PATTERN
"org.apache.logging.log4j2:type=%s,component=Appenders,name=%s"
-
org.apache.logging.log4j.core.jmx.AsyncAppenderAdminMBean Modifier and Type Constant Field Value public static final String
PATTERN
"org.apache.logging.log4j2:type=%s,component=AsyncAppenders,name=%s"
-
org.apache.logging.log4j.core.jmx.ContextSelectorAdminMBean Modifier and Type Constant Field Value public static final String
PATTERN
"org.apache.logging.log4j2:type=%s,component=ContextSelector"
-
org.apache.logging.log4j.core.jmx.LoggerConfigAdminMBean Modifier and Type Constant Field Value public static final String
PATTERN
"org.apache.logging.log4j2:type=%s,component=Loggers,name=%s"
-
org.apache.logging.log4j.core.jmx.LoggerContextAdminMBean Modifier and Type Constant Field Value public static final String
NOTIF_TYPE_RECONFIGURED
"com.apache.logging.log4j.core.jmx.config.reconfigured"
public static final String
PATTERN
"org.apache.logging.log4j2:type=%s"
-
org.apache.logging.log4j.core.jmx.RingBufferAdminMBean Modifier and Type Constant Field Value public static final String
PATTERN_ASYNC_LOGGER
"org.apache.logging.log4j2:type=%s,component=AsyncLoggerRingBuffer"
public static final String
PATTERN_ASYNC_LOGGER_CONFIG
"org.apache.logging.log4j2:type=%s,component=Loggers,name=%s,subtype=RingBuffer"
-
org.apache.logging.log4j.core.jmx.Server Modifier and Type Constant Field Value public static final String
DOMAIN
"org.apache.logging.log4j2"
-
org.apache.logging.log4j.core.jmx.StatusLoggerAdminMBean Modifier and Type Constant Field Value public static final String
NOTIF_TYPE_DATA
"com.apache.logging.log4j.core.jmx.statuslogger.data"
public static final String
NOTIF_TYPE_MESSAGE
"com.apache.logging.log4j.core.jmx.statuslogger.message"
public static final String
PATTERN
"org.apache.logging.log4j2:type=%s,component=StatusLogger"
-
org.apache.logging.log4j.core.layout.AbstractStringLayout Modifier and Type Constant Field Value protected static final int
DEFAULT_STRING_BUILDER_SIZE
1024
-
org.apache.logging.log4j.core.layout.HtmlLayout Modifier and Type Constant Field Value public static final String
DEFAULT_FONT_FAMILY
"arial,sans-serif"
-
org.apache.logging.log4j.core.layout.PatternLayout Modifier and Type Constant Field Value public static final String
DEFAULT_CONVERSION_PATTERN
"%m%n"
public static final String
KEY
"Converter"
public static final String
SIMPLE_CONVERSION_PATTERN
"%d [%t] %p %c - %m%n"
public static final String
TTCC_CONVERSION_PATTERN
"%r [%t] %p %c %notEmpty{%x }- %m%n"
-
org.apache.logging.log4j.core.layout.PatternSelector Modifier and Type Constant Field Value public static final String
ELEMENT_TYPE
"patternSelector"
-
org.apache.logging.log4j.core.layout.Rfc5424Layout Modifier and Type Constant Field Value public static final int
DEFAULT_ENTERPRISE_NUMBER
32473
public static final String
DEFAULT_ID
"Audit"
public static final String
DEFAULT_MDCID
"mdc"
-
org.apache.logging.log4j.core.lookup.Interpolator Modifier and Type Constant Field Value public static final char
PREFIX_SEPARATOR
58
-
org.apache.logging.log4j.core.lookup.Log4jLookup Modifier and Type Constant Field Value public static final String
KEY_CONFIG_LOCATION
"configLocation"
public static final String
KEY_CONFIG_PARENT_LOCATION
"configParentLocation"
-
org.apache.logging.log4j.core.lookup.StrLookup Modifier and Type Constant Field Value public static final String
CATEGORY
"Lookup"
-
org.apache.logging.log4j.core.lookup.StrSubstitutor Modifier and Type Constant Field Value public static final char
DEFAULT_ESCAPE
36
public static final String
DEFAULT_VALUE_DELIMITER_STRING
":-"
public static final String
ESCAPE_DELIMITER_STRING
":\\-"
-
org.apache.logging.log4j.core.net.SslSocketManager Modifier and Type Constant Field Value public static final int
DEFAULT_PORT
6514
-
org.apache.logging.log4j.core.net.TcpSocketManager Modifier and Type Constant Field Value public static final int
DEFAULT_RECONNECTION_DELAY_MILLIS
30000
-
org.apache.logging.log4j.core.net.UrlConnectionFactory Modifier and Type Constant Field Value public static final String
ALLOWED_PROTOCOLS
"log4j2.Configuration.allowedProtocols"
-
org.apache.logging.log4j.core.net.ssl.SslConfigurationDefaults Modifier and Type Constant Field Value public static final String
PROTOCOL
"TLS"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Black Modifier and Type Constant Field Value protected static final String
NAME
"black"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Blue Modifier and Type Constant Field Value protected static final String
NAME
"blue"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Cyan Modifier and Type Constant Field Value protected static final String
NAME
"cyan"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Green Modifier and Type Constant Field Value protected static final String
NAME
"green"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Magenta Modifier and Type Constant Field Value protected static final String
NAME
"magenta"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Red Modifier and Type Constant Field Value protected static final String
NAME
"red"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.White Modifier and Type Constant Field Value protected static final String
NAME
"white"
-
org.apache.logging.log4j.core.pattern.AbstractStyleNameConverter.Yellow Modifier and Type Constant Field Value protected static final String
NAME
"yellow"
-
org.apache.logging.log4j.core.pattern.NotANumber Modifier and Type Constant Field Value public static final String
VALUE
"\u0000"
-
org.apache.logging.log4j.core.pattern.PatternConverter Modifier and Type Constant Field Value public static final String
CATEGORY
"Converter"
-
org.apache.logging.log4j.core.selector.ContextSelector Modifier and Type Constant Field Value public static final long
DEFAULT_STOP_TIMEOUT
50L
-
org.apache.logging.log4j.core.tools.picocli.CommandLine Modifier and Type Constant Field Value public static final String
VERSION
"2.0.3"
-
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help Modifier and Type Constant Field Value protected static final String
DEFAULT_COMMAND_NAME
"<main class>"
protected static final String
DEFAULT_SEPARATOR
"="
-
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help.Ansi.IStyle Modifier and Type Constant Field Value public static final String
CSI
"\u001b["
-
org.apache.logging.log4j.core.util.BasicAuthorizationProvider Modifier and Type Constant Field Value public static final String
CONFIG_PASSWORD
"log4j2.configurationPassword"
public static final String
CONFIG_USER_NAME
"log4j2.configurationUserName"
public static final String
PASSWORD_DECRYPTOR
"log4j2.passwordDecryptor"
-
org.apache.logging.log4j.core.util.Constants Modifier and Type Constant Field Value public static final String
JNDI_CONTEXT_NAME
"java:comp/env/log4j/context-name"
public static final int
MILLIS_IN_SECONDS
1000
-
org.apache.logging.log4j.core.util.IOUtils Modifier and Type Constant Field Value public static final int
EOF
-1
-
org.apache.logging.log4j.core.util.Patterns Modifier and Type Constant Field Value public static final String
WHITESPACE
"\\s*"
-
org.apache.logging.log4j.core.util.ProcessIdUtil Modifier and Type Constant Field Value public static final String
DEFAULT_PROCESSID
"-"
-
org.apache.logging.log4j.core.util.SecretKeyProvider Modifier and Type Constant Field Value public static final String
CATEGORY
"KeyProvider"
-
org.apache.logging.log4j.core.util.Watcher Modifier and Type Constant Field Value public static final String
CATEGORY
"Watcher"
public static final String
ELEMENT_TYPE
"watcher"