Uses of Enum
org.apache.logging.log4j.core.layout.GelfLayout.CompressionType
-
Uses of GelfLayout.CompressionType in org.apache.logging.log4j.core.layout
Modifier 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.Modifier 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).ModifierConstructorDescriptionGelfLayout
(String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace) Deprecated.UseGelfLayout.newBuilder()
instead
GelfLayout.newBuilder()
instead