-
Classes Class Description 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.
-
Fields Field Description 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()