CustomizedFormatter Class — spring-boot Architecture
Architecture documentation for the CustomizedFormatter class in StructuredLogFormatterFactoryTests.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/structured/StructuredLogFormatterFactoryTests.java lines 233–239
static class CustomizedFormatter extends JsonWriterStructuredLogFormatter<LogEvent> {
CustomizedFormatter(StructuredLoggingJsonMembersCustomizer<?> customizer) {
super((members) -> members.add("spring", "boot"), customizer);
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free