Interface StructureLoggingJsonMembersCustomizer<T>
- Type Parameters:
T
- the type being written
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Customer that can be injected into a
StructuredLogFormatter
implementations to
customize JsonWriter
JsonWriter.Members
.
An implementation may be provided using the logging.structured.json.customizer
property.
- Since:
- 3.4.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(JsonWriter.Members<T> members) Customize the givenJsonWriter.Members
instance.
-
Method Details
-
customize
Customize the givenJsonWriter.Members
instance.- Parameters:
members
- the members instance to customize
-