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

toString() — spring-boot Function Reference

Architecture documentation for the toString() function in LoggerConfiguration.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  6d39334e_8bea_7b63_e7f8_65591a5e4037["toString()"]
  2e437797_0fdf_06b1_16ed_9c7737c94fcc["toString()"]
  2e437797_0fdf_06b1_16ed_9c7737c94fcc -->|calls| 6d39334e_8bea_7b63_e7f8_65591a5e4037
  2cacdadf_f287_27a2_f92b_8febd5d71afd["setLevel()"]
  2cacdadf_f287_27a2_f92b_8febd5d71afd -->|calls| 6d39334e_8bea_7b63_e7f8_65591a5e4037
  bab8be36_707c_90dc_862a_e4b4bca29f0b["addLogFileProperty()"]
  bab8be36_707c_90dc_862a_e4b4bca29f0b -->|calls| 6d39334e_8bea_7b63_e7f8_65591a5e4037
  da26f743_ecda_9dc0_eaae_71cd8ca73aef["addLogPathProperty()"]
  da26f743_ecda_9dc0_eaae_71cd8ca73aef -->|calls| 6d39334e_8bea_7b63_e7f8_65591a5e4037
  2e437797_0fdf_06b1_16ed_9c7737c94fcc["toString()"]
  6d39334e_8bea_7b63_e7f8_65591a5e4037 -->|calls| 2e437797_0fdf_06b1_16ed_9c7737c94fcc
  style 6d39334e_8bea_7b63_e7f8_65591a5e4037 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/LoggerConfiguration.java lines 140–144

	@Override
	public String toString() {
		return "LoggerConfiguration [name=" + this.name + ", levelConfiguration=" + this.levelConfiguration
				+ ", inheritedLevelConfiguration=" + this.inheritedLevelConfiguration + "]";
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does toString() do?
toString() is a function in the spring-boot codebase.
What does toString() call?
toString() calls 1 function(s): toString.
What calls toString()?
toString() is called by 4 function(s): addLogFileProperty, addLogPathProperty, setLevel, toString.

Analyze Your Own Codebase

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

Try Supermodel Free