Uses of Enum Class
org.springframework.boot.logging.structured.CommonStructuredLogFormat
Packages that use CommonStructuredLogFormat
-
Uses of CommonStructuredLogFormat in org.springframework.boot.logging.structured
Subclasses with type arguments of type CommonStructuredLogFormat in org.springframework.boot.logging.structuredModifier and TypeClassDescriptionenum
Common structured log formats supported by Spring Boot.Methods in org.springframework.boot.logging.structured that return CommonStructuredLogFormatModifier and TypeMethodDescriptionstatic CommonStructuredLogFormat
Returns the enum constant of this class with the specified name.static CommonStructuredLogFormat[]
CommonStructuredLogFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.logging.structured with parameters of type CommonStructuredLogFormatModifier and TypeMethodDescriptionvoid
StructuredLogFormatterFactory.CommonFormatters.add
(CommonStructuredLogFormat format, StructuredLogFormatterFactory.CommonFormatterFactory<E> factory) Add the factory that should be used for the givenCommonStructuredLogFormat
.