StructuredLogFormatterFactory() — spring-boot Function Reference
Architecture documentation for the StructuredLogFormatterFactory() function in StructuredLogFormatterFactory.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 6d727c67_16c2_ff37_7422_61d93f37b9de["StructuredLogFormatterFactory()"] d80b80d6_02ed_dfd4_5515_dd36342147a5["add()"] 6d727c67_16c2_ff37_7422_61d93f37b9de -->|calls| d80b80d6_02ed_dfd4_5515_dd36342147a5 822f84d6_a91e_1882_75c3_eafb7fd5818d["JsonMembersCustomizerBuilder()"] 6d727c67_16c2_ff37_7422_61d93f37b9de -->|calls| 822f84d6_a91e_1882_75c3_eafb7fd5818d 6f1df6da_a28d_0edd_5516_a00dc1153a58["build()"] 6d727c67_16c2_ff37_7422_61d93f37b9de -->|calls| 6f1df6da_a28d_0edd_5516_a00dc1153a58 df2460d5_3472_0db7_360a_353cee6ba58a["getStackTracePrinter()"] 6d727c67_16c2_ff37_7422_61d93f37b9de -->|calls| df2460d5_3472_0db7_360a_353cee6ba58a dcb3076c_ab3d_f451_de7a_85b8afbb3afe["getContextPairs()"] 6d727c67_16c2_ff37_7422_61d93f37b9de -->|calls| dcb3076c_ab3d_f451_de7a_85b8afbb3afe dcc93a8f_efea_663e_9414_ac83de63b866["get()"] 6d727c67_16c2_ff37_7422_61d93f37b9de -->|calls| dcc93a8f_efea_663e_9414_ac83de63b866 style 6d727c67_16c2_ff37_7422_61d93f37b9de fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/StructuredLogFormatterFactory.java lines 77–82
public StructuredLogFormatterFactory(Class<E> logEventType, Environment environment,
@Nullable Consumer<AvailableParameters> availableParameters,
Consumer<CommonFormatters<E>> commonFormatters) {
this(SpringFactoriesLoader.forDefaultResourceLocation(), logEventType, environment, availableParameters,
commonFormatters);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does StructuredLogFormatterFactory() do?
StructuredLogFormatterFactory() is a function in the spring-boot codebase.
What does StructuredLogFormatterFactory() call?
StructuredLogFormatterFactory() calls 6 function(s): JsonMembersCustomizerBuilder, add, build, get, getContextPairs, getStackTracePrinter.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free