Uses of Class
org.apache.logging.log4j.core.layout.GelfLayout.CompressionType
-
Packages that use GelfLayout.CompressionType Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of GelfLayout.CompressionType in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return GelfLayout.CompressionType Modifier and Type Method Description GelfLayout.CompressionType
GelfLayout.Builder. getCompressionType()
static GelfLayout.CompressionType
GelfLayout.CompressionType. valueOf(String name)
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.CompressionType Modifier and Type Method Description static GelfLayout
GelfLayout. createLayout(String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace)
Deprecated.UseGelfLayout.newBuilder()
insteadB
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.CompressionType Constructor Description GelfLayout(String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace)
Deprecated.UseGelfLayout.newBuilder()
instead
-