format() — spring-boot Function Reference
Architecture documentation for the format() function in JsonWriterStructuredLogFormatter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD a88c99dd_afc7_7c97_d8d8_6abd1bbaeb25["format()"] 84a6d61e_a8a8_ee95_98fb_c95fc1f79579["additionalFieldJoiner()"] 84a6d61e_a8a8_ee95_98fb_c95fc1f79579 -->|calls| a88c99dd_afc7_7c97_d8d8_6abd1bbaeb25 080efbfd_21a4_1e87_c7ba_7b333e32bcce["asTimestamp()"] 080efbfd_21a4_1e87_c7ba_7b333e32bcce -->|calls| a88c99dd_afc7_7c97_d8d8_6abd1bbaeb25 4d445525_e7d4_c0d3_b730_c4054748a31d["additionalFieldJoiner()"] 4d445525_e7d4_c0d3_b730_c4054748a31d -->|calls| a88c99dd_afc7_7c97_d8d8_6abd1bbaeb25 2fc0afba_27b8_b4a2_a810_907a871c9204["asTimestamp()"] 2fc0afba_27b8_b4a2_a810_907a871c9204 -->|calls| a88c99dd_afc7_7c97_d8d8_6abd1bbaeb25 style a88c99dd_afc7_7c97_d8d8_6abd1bbaeb25 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/JsonWriterStructuredLogFormatter.java lines 71–74
@Override
public String format(E event) {
return this.jsonWriter.writeToString(event);
}
Domain
Subdomains
Called By
- additionalFieldJoiner()
- additionalFieldJoiner()
- asTimestamp()
- asTimestamp()
Source
Frequently Asked Questions
What does format() do?
format() is a function in the spring-boot codebase.
What calls format()?
format() is called by 4 function(s): additionalFieldJoiner, additionalFieldJoiner, asTimestamp, asTimestamp.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free