Uses of Enum Class
org.springframework.boot.logging.log4j2.RollingPolicySystemProperty
Packages that use RollingPolicySystemProperty
Package
Description
Support for the Log4j 2 logging library.
-
Uses of RollingPolicySystemProperty in org.springframework.boot.logging.log4j2
Subclasses with type arguments of type RollingPolicySystemProperty in org.springframework.boot.logging.log4j2Modifier and TypeClassDescriptionenumLog4j2 rolling policy system properties that can later be used by log configuration files.Methods in org.springframework.boot.logging.log4j2 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.