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

loadConfiguration() — spring-boot Function Reference

Architecture documentation for the loadConfiguration() function in JavaLoggingSystem.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 4 called by 1

Entity Profile

Dependency Diagram

graph TD
  7ff38b43_3fd3_7b86_ff64_fd813bdc27d4["loadConfiguration()"]
  1da03ab6_e4cc_7d27_1e09_0c155a8423c0["loadDefaults()"]
  1da03ab6_e4cc_7d27_1e09_0c155a8423c0 -->|calls| 7ff38b43_3fd3_7b86_ff64_fd813bdc27d4
  995be58e_c474_c5df_9906_ce25004af8e3["loadConfiguration()"]
  7ff38b43_3fd3_7b86_ff64_fd813bdc27d4 -->|calls| 995be58e_c474_c5df_9906_ce25004af8e3
  5ea8357e_a689_1ed1_dd1d_d85bc3ac4c59["getResource()"]
  7ff38b43_3fd3_7b86_ff64_fd813bdc27d4 -->|calls| 5ea8357e_a689_1ed1_dd1d_d85bc3ac4c59
  eb70c58c_f118_cc50_2b70_0b13761cba5c["toString()"]
  7ff38b43_3fd3_7b86_ff64_fd813bdc27d4 -->|calls| eb70c58c_f118_cc50_2b70_0b13761cba5c
  12690030_33ae_7a5c_1c16_cca9534d2ced["get()"]
  7ff38b43_3fd3_7b86_ff64_fd813bdc27d4 -->|calls| 12690030_33ae_7a5c_1c16_cca9534d2ced
  style 7ff38b43_3fd3_7b86_ff64_fd813bdc27d4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/java/JavaLoggingSystem.java lines 99–103

	@Override
	protected void loadConfiguration(LoggingInitializationContext initializationContext, String location,
			@Nullable LogFile logFile) {
		loadConfiguration(location, logFile);
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does loadConfiguration() do?
loadConfiguration() is a function in the spring-boot codebase.
What does loadConfiguration() call?
loadConfiguration() calls 4 function(s): get, getResource, loadConfiguration, toString.
What calls loadConfiguration()?
loadConfiguration() is called by 1 function(s): loadDefaults.

Analyze Your Own Codebase

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

Try Supermodel Free