Uses of Enum Class
org.springframework.boot.logging.LoggingSystemProperty
Packages that use LoggingSystemProperty
Package
Description
Support and abstractions across several logging libraries.
-
Uses of LoggingSystemProperty in org.springframework.boot.logging
Subclasses with type arguments of type LoggingSystemProperty in org.springframework.boot.loggingModifier and TypeClassDescriptionenum
Logging system properties that can later be used by log configuration files.Methods in org.springframework.boot.logging that return LoggingSystemPropertyModifier and TypeMethodDescriptionstatic LoggingSystemProperty
Returns the enum constant of this class with the specified name.static LoggingSystemProperty[]
LoggingSystemProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared.