-
Classes Class Description org.apache.log4j.builders.BooleanHolder UseAtomicReference
.org.apache.log4j.builders.Holder UseAtomicReference
.org.apache.log4j.jmx.Agent org.apache.logging.log4j.core.layout.SerializedLayout Java Serialization has inherent security weaknesses, see https://www.owasp.org/index.php/Deserialization_of_untrusted_data . Using this layout is no longer recommended. An alternative layout containing the same information isJsonLayout
when configured with properties="true". Deprecated since 2.9.org.apache.logging.log4j.spi.LoggerContextKey with no replacement - no longer used
-
Fields Field Description org.apache.log4j.helpers.DateLayout.DATE_FORMAT_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.log4j.helpers.DateLayout.TIMEZONE_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.log4j.helpers.LogLog.CONFIG_DEBUG_KEY UseLogLog.DEBUG_KEY
instead.org.apache.log4j.jmx.Agent.log org.apache.log4j.LogManager.CONFIGURATOR_CLASS_KEY This variable is for internal use only. It will become private in future versions.org.apache.log4j.LogManager.DEFAULT_CONFIGURATION_FILE This variable is for internal use only. It will become package protected in future versions.org.apache.log4j.LogManager.DEFAULT_CONFIGURATION_KEY This variable is for internal use only. It will become private in future versions.org.apache.log4j.LogManager.DEFAULT_INIT_OVERRIDE_KEY This variable is for internal use only. It will become private in future versions.org.apache.log4j.Priority.DEBUG UseLevel.DEBUG
instead.org.apache.log4j.Priority.ERROR UseLevel.ERROR
instead.org.apache.log4j.Priority.FATAL UseLevel.FATAL
instead.org.apache.log4j.Priority.INFO UseLevel.INFO
instead.org.apache.log4j.Priority.WARN UseLevel.WARN
instead.org.apache.log4j.spi.Filter.next As of 1.2.12, useFilter.getNext()
andFilter.setNext(org.apache.log4j.spi.Filter)
insteadorg.apache.log4j.varia.StringMatchFilter.ACCEPT_ON_MATCH_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.log4j.varia.StringMatchFilter.STRING_TO_MATCH_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.logging.log4j.core.layout.Rfc5424Layout.PARAM_VALUE_ESCAPE_PATTERN org.apache.logging.log4j.core.util.Constants.FORMAT_MESSAGES_PATTERN_DISABLE_LOOKUPS no longer used, lookups are only used when%m{lookups}
is specifiedorg.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM Deprecated in 2.7: useNullOutputStream.getInstance()
.
-
Enum Constants Enum Constant Description org.apache.logging.log4j.core.pattern.AnsiEscape.BRIGHT This attribute sets font-weight as "bold" and doesn't set color brightness. Use BOLD if you need to change font-weight and BRIGHT_* to use a bright color.
-
Annotation Type Elements Annotation Type Element Description org.apache.logging.log4j.core.tools.picocli.CommandLine.Option.help()