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
Fields in org.apache.logging.log4j.core.layout declared as GelfLayout.CompressionType Modifier and Type Field Description private GelfLayout.CompressionType
GelfLayout.Builder. compressionType
private GelfLayout.CompressionType
GelfLayout. compressionType
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(java.lang.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(java.lang.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(java.lang.String host, KeyValuePair[] additionalFields, GelfLayout.CompressionType compressionType, int compressionThreshold, boolean includeStacktrace)
Deprecated.UseGelfLayout.newBuilder()
insteadGelfLayout(Configuration config, java.lang.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, java.lang.String mdcPrefix, java.lang.String mapPrefix)
-