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

format() — spring-boot Function Reference

Architecture documentation for the format() function in StructuredLogLayoutTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  03f11b60_8ca8_04b7_904d_4f816f691a29["format()"]
  65aa46be_e4b4_fb41_31a0_2a25beb87677["format()"]
  65aa46be_e4b4_fb41_31a0_2a25beb87677 -->|calls| 03f11b60_8ca8_04b7_904d_4f816f691a29
  85629663_7d2d_c677_a8a4_6f0324edf34e["format()"]
  85629663_7d2d_c677_a8a4_6f0324edf34e -->|calls| 03f11b60_8ca8_04b7_904d_4f816f691a29
  b20daab9_2761_e3d2_e9cc_de078dea79d2["format()"]
  b20daab9_2761_e3d2_e9cc_de078dea79d2 -->|calls| 03f11b60_8ca8_04b7_904d_4f816f691a29
  65aa46be_e4b4_fb41_31a0_2a25beb87677["format()"]
  03f11b60_8ca8_04b7_904d_4f816f691a29 -->|calls| 65aa46be_e4b4_fb41_31a0_2a25beb87677
  style 03f11b60_8ca8_04b7_904d_4f816f691a29 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/StructuredLogLayoutTests.java lines 154–157

		@Override
		public String format(LogEvent event) {
			return "custom-format";
		}

Domain

Subdomains

Calls

  • format()

Called By

  • format()
  • format()
  • format()

Frequently Asked Questions

What does format() do?
format() is a function in the spring-boot codebase.
What does format() call?
format() calls 1 function(s): format.
What calls format()?
format() is called by 3 function(s): format, format, format.

Analyze Your Own Codebase

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

Try Supermodel Free