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 TypeClassDescriptionenumCommon structured log formats supported by Spring Boot.Methods in org.springframework.boot.logging.structured that return CommonStructuredLogFormatModifier and TypeMethodDescriptionstatic CommonStructuredLogFormatReturns 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 TypeMethodDescriptionvoidStructuredLogFormatterFactory.CommonFormatters.add(CommonStructuredLogFormat format, StructuredLogFormatterFactory.CommonFormatterFactory<E> factory) Add the factory that should be used for the givenCommonStructuredLogFormat.