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
Methods in org.apache.logging.log4j.core.layout that return GelfLayout.CompressionTypeModifier and TypeMethodDescriptionGelfLayout.Builder.getCompressionType()static GelfLayout.CompressionTypeReturns 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 GelfLayoutGelfLayout.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()instead
GelfLayout.newBuilder()instead