JsonWriterStructuredLogFormatter() — spring-boot Function Reference
Architecture documentation for the JsonWriterStructuredLogFormatter() function in JsonWriterStructuredLogFormatter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 528cfc30_153e_3fde_b641_f418ceec93cc["JsonWriterStructuredLogFormatter()"] fd89a87e_89e6_4e87_725c_26c8f1cfe401["customized()"] 528cfc30_153e_3fde_b641_f418ceec93cc -->|calls| fd89a87e_89e6_4e87_725c_26c8f1cfe401 4bb4767a_8505_7730_d966_8d927f4d289f["of()"] 528cfc30_153e_3fde_b641_f418ceec93cc -->|calls| 4bb4767a_8505_7730_d966_8d927f4d289f style 528cfc30_153e_3fde_b641_f418ceec93cc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/JsonWriterStructuredLogFormatter.java lines 46–49
protected JsonWriterStructuredLogFormatter(Consumer<Members<E>> members,
@Nullable StructuredLoggingJsonMembersCustomizer<?> customizer) {
this(JsonWriter.of(customized(members, customizer)).withNewLineAtEnd());
}
Domain
Subdomains
Calls
- customized()
- of()
Source
Frequently Asked Questions
What does JsonWriterStructuredLogFormatter() do?
JsonWriterStructuredLogFormatter() is a function in the spring-boot codebase.
What does JsonWriterStructuredLogFormatter() call?
JsonWriterStructuredLogFormatter() calls 2 function(s): customized, of.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free