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

initialize() — spring-boot Function Reference

Architecture documentation for the initialize() function in LoggingSystem.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  bffa5cc2_2336_d219_9e81_a81a831f09b1["initialize()"]
  81d3722d_c4b6_44b8_92ad_5eddf72c432c["initialize()"]
  81d3722d_c4b6_44b8_92ad_5eddf72c432c -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  026d87d2_1fae_971e_d9a3_3338d1f38a97["noFile()"]
  026d87d2_1fae_971e_d9a3_3338d1f38a97 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  3366da7f_8219_e533_2df4_3787c22d13c4["withFile()"]
  3366da7f_8219_e533_2df4_3787c22d13c4 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  c16ccc75_37b3_67b6_dfbd_898b9e71cd98["testCustomFormatter()"]
  c16ccc75_37b3_67b6_dfbd_898b9e71cd98 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  6975da44_ad70_396d_f655_a82fda69e62b["testSystemPropertyInitializesFormat()"]
  6975da44_ad70_396d_f655_a82fda69e62b -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  4739b59b_fd78_a542_7b9f_33cc0e0466b0["testNonDefaultConfigLocation()"]
  4739b59b_fd78_a542_7b9f_33cc0e0466b0 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  f7ec4231_93ab_22a4_d58e_20f0e919c225["testNonexistentConfigLocation()"]
  f7ec4231_93ab_22a4_d58e_20f0e919c225 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  2cacdadf_f287_27a2_f92b_8febd5d71afd["setLevel()"]
  2cacdadf_f287_27a2_f92b_8febd5d71afd -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  4b8aff14_c25f_36e7_a9d6_45b8c124cf06["setLevelToNull()"]
  4b8aff14_c25f_36e7_a9d6_45b8c124cf06 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  7b629f0c_ddb8_40b8_3278_c9e1240a259a["getLoggerConfigurations()"]
  7b629f0c_ddb8_40b8_3278_c9e1240a259a -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  7785c9f3_4230_882b_0e0c_5a35a5ff654e["getLoggerConfiguration()"]
  7785c9f3_4230_882b_0e0c_5a35a5ff654e -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  a1919739_0472_a0bb_80a9_3b0b6120ad7e["shouldNotContainAnsiEscapeCodes()"]
  a1919739_0472_a0bb_80a9_3b0b6120ad7e -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  30b7a072_a57d_8237_aad9_35983ddde4a4["noFile()"]
  30b7a072_a57d_8237_aad9_35983ddde4a4 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  46cb4933_f85b_780a_9978_28c3c6be0b9c["withFile()"]
  46cb4933_f85b_780a_9978_28c3c6be0b9c -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1
  style bffa5cc2_2336_d219_9e81_a81a831f09b1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/LoggingSystem.java lines 96–98

	public void initialize(LoggingInitializationContext initializationContext, @Nullable String configLocation,
			@Nullable LogFile logFile) {
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does initialize() do?
initialize() is a function in the spring-boot codebase.
What calls initialize()?
initialize() is called by 65 function(s): applicationGroupLoggingToConsoleWhenDisabled, applicationGroupLoggingToConsoleWhenHasApplicationGroup, applicationGroupLoggingToConsoleWhenHasApplicationGroupWithParenthesis, applicationGroupLoggingToFileWhenDisabled, applicationGroupLoggingToFileWhenHasApplicationGroup, applicationGroupLoggingToFileWhenHasApplicationGroupWithParenthesis, applicationNameLoggingToConsoleWhenDisabled, applicationNameLoggingToConsoleWhenHasApplicationName, and 57 more.

Analyze Your Own Codebase

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

Try Supermodel Free