Uses of Enum
org.apache.logging.log4j.core.layout.GelfLayout.CompressionType
Packages that use GelfLayout.CompressionType
-
Uses of GelfLayout.CompressionType in org.apache.logging.log4j.core.layout
Fields in org.apache.logging.log4j.core.layout declared as GelfLayout.CompressionTypeModifier and TypeFieldDescriptionprivate GelfLayout.CompressionType
GelfLayout.Builder.compressionType
private final GelfLayout.CompressionType
GelfLayout.compressionType
Methods in org.apache.logging.log4j.core.layout that return GelfLayout.CompressionTypeModifier and TypeMethodDescriptionGelfLayout.Builder.getCompressionType()
static GelfLayout.CompressionType
Returns the enum constant of this type with the specified name.static GelfLayout.CompressionType[]
GelfLayout.CompressionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.layout with parameters of type GelfLayout.CompressionTypeModifier and TypeMethodDescriptionstatic GelfLayout
GelfLayout.createLayout
(String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace) Deprecated.GelfLayout.Builder.setCompressionType
(GelfLayout.CompressionType compressionType) Compression to use (optional, defaults to GZIP).Constructors in org.apache.logging.log4j.core.layout with parameters of type GelfLayout.CompressionTypeModifierConstructorDescriptionGelfLayout
(String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace) Deprecated.UseGelfLayout.newBuilder()
insteadprivate
GelfLayout
(Configuration config, String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace, boolean includeThreadContext, boolean includeMapMessage, boolean includeNullDelimiter, boolean includeNewLineDelimiter, boolean omitEmptyFields, ListChecker mdcChecker, ListChecker mapChecker, PatternLayout patternLayout, String mdcPrefix, String mapPrefix)
GelfLayout.newBuilder()
instead