Uses of Enum
ch.qos.logback.core.rolling.helper.CompressionMode
Packages that use CompressionMode
Package
Description
Implements various file rolling policies.
Internal helper classes used by
ch.qos.logback.core.rolling package.-
Uses of CompressionMode in ch.qos.logback.core.rolling
Fields in ch.qos.logback.core.rolling declared as CompressionModeMethods in ch.qos.logback.core.rolling that return CompressionModeModifier and TypeMethodDescriptionRollingPolicy.getCompressionMode()The compression mode for this policy.RollingPolicyBase.getCompressionMode() -
Uses of CompressionMode in ch.qos.logback.core.rolling.helper
Methods in ch.qos.logback.core.rolling.helper that return CompressionModeModifier and TypeMethodDescriptionstatic CompressionModeReturns the enum constant of this type with the specified name.static CompressionMode[]CompressionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.qos.logback.core.rolling.helper with parameters of type CompressionModeModifier and TypeMethodDescriptionstatic StringCompressor.computeFileNameStrWithoutCompSuffix(String fileNamePatternStr, CompressionMode compressionMode) Constructors in ch.qos.logback.core.rolling.helper with parameters of type CompressionMode