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

format() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  a3f91bde_e734_5926_c305_8bcef72a3d34["format()"]
  6c881693_2896_6ed1_5b59_7c10231392d3["format()"]
  6c881693_2896_6ed1_5b59_7c10231392d3 -->|calls| a3f91bde_e734_5926_c305_8bcef72a3d34
  73a7b98a_3723_bc6d_4cf6_bfe9d39377a8["format()"]
  73a7b98a_3723_bc6d_4cf6_bfe9d39377a8 -->|calls| a3f91bde_e734_5926_c305_8bcef72a3d34
  d8194ac5_293d_6e21_61a5_65c6261f43f3["format()"]
  d8194ac5_293d_6e21_61a5_65c6261f43f3 -->|calls| a3f91bde_e734_5926_c305_8bcef72a3d34
  6c881693_2896_6ed1_5b59_7c10231392d3["format()"]
  a3f91bde_e734_5926_c305_8bcef72a3d34 -->|calls| 6c881693_2896_6ed1_5b59_7c10231392d3
  style a3f91bde_e734_5926_c305_8bcef72a3d34 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/StructuredLogEncoderTests.java lines 181–184

		@Override
		public String format(ILoggingEvent 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