Uses of Enum Class
org.springframework.boot.logging.logback.RollingPolicySystemProperty
Packages that use RollingPolicySystemProperty
Package
Description
Support for the Logback logging library.
-
Uses of RollingPolicySystemProperty in org.springframework.boot.logging.logback
Subclasses with type arguments of type RollingPolicySystemProperty in org.springframework.boot.logging.logbackModifier and TypeClassDescriptionenumLogback rolling policy system properties that can later be used by log configuration files.Methods in org.springframework.boot.logging.logback that return RollingPolicySystemPropertyModifier and TypeMethodDescriptionstatic RollingPolicySystemPropertyReturns the enum constant of this class with the specified name.static RollingPolicySystemProperty[]RollingPolicySystemProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.