Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties.Compression
Package
Description
Auto-configuration for exporting logs with OTLP.
-
Uses of OtlpLoggingProperties.Compression in org.springframework.boot.actuate.autoconfigure.logging.otlp
Modifier and TypeMethodDescriptionOtlpLoggingProperties.getCompression()
Returns the enum constant of this class with the specified name.static OtlpLoggingProperties.Compression[]
OtlpLoggingProperties.Compression.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OtlpLoggingProperties.setCompression
(OtlpLoggingProperties.Compression compression)