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

format() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  f537fdb3_c623_132b_5cef_e0bd4b63420b["format()"]
  13fbf734_8c41_6bfb_5b34_75010675cce0["format()"]
  13fbf734_8c41_6bfb_5b34_75010675cce0 -->|calls| f537fdb3_c623_132b_5cef_e0bd4b63420b
  c352ca2f_c259_20aa_cc22_6b4e27b7d18c["getInjectStringMembersCustomizer()"]
  c352ca2f_c259_20aa_cc22_6b4e27b7d18c -->|calls| f537fdb3_c623_132b_5cef_e0bd4b63420b
  c1119cda_04de_1567_e80b_1505c27e2fbf["getInjectObjectMembersCustomizer()"]
  c1119cda_04de_1567_e80b_1505c27e2fbf -->|calls| f537fdb3_c623_132b_5cef_e0bd4b63420b
  13fbf734_8c41_6bfb_5b34_75010675cce0["format()"]
  f537fdb3_c623_132b_5cef_e0bd4b63420b -->|calls| 13fbf734_8c41_6bfb_5b34_75010675cce0
  style f537fdb3_c623_132b_5cef_e0bd4b63420b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/structured/StructuredLogFormatterFactoryTests.java lines 197–200

		@Override
		public String format(LogEvent event) {
			return "formatted " + this.environment.getProperty("logging.structured.ecs.service.version");
		}

Domain

Subdomains

Calls

  • format()

Called By

  • format()
  • getInjectObjectMembersCustomizer()
  • getInjectStringMembersCustomizer()

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, getInjectObjectMembersCustomizer, getInjectStringMembersCustomizer.

Analyze Your Own Codebase

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

Try Supermodel Free