Home / Function/ add() — spring-boot Function Reference

add() — spring-boot Function Reference

Architecture documentation for the add() function in StructuredLogFormatterFactory.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  d80b80d6_02ed_dfd4_5515_dd36342147a5["add()"]
  6d727c67_16c2_ff37_7422_61d93f37b9de["StructuredLogFormatterFactory()"]
  6d727c67_16c2_ff37_7422_61d93f37b9de -->|calls| d80b80d6_02ed_dfd4_5515_dd36342147a5
  6f1df6da_a28d_0edd_5516_a00dc1153a58["build()"]
  6f1df6da_a28d_0edd_5516_a00dc1153a58 -->|calls| d80b80d6_02ed_dfd4_5515_dd36342147a5
  ba4b9a3a_78ec_5e71_fc86_f9e079e1a318["addCommonFormatters()"]
  ba4b9a3a_78ec_5e71_fc86_f9e079e1a318 -->|calls| d80b80d6_02ed_dfd4_5515_dd36342147a5
  style d80b80d6_02ed_dfd4_5515_dd36342147a5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/structured/StructuredLogFormatterFactory.java lines 170–172

		public void add(CommonStructuredLogFormat format, CommonFormatterFactory<E> factory) {
			this.factories.put(format, factory);
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does add() do?
add() is a function in the spring-boot codebase.
What calls add()?
add() is called by 3 function(s): StructuredLogFormatterFactory, addCommonFormatters, build.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free