getInitializationContext() — spring-boot Function Reference
Architecture documentation for the getInitializationContext() function in JavaLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7717cdc8_e256_829d_da23_be6602ac541c["getInitializationContext()"] 026d87d2_1fae_971e_d9a3_3338d1f38a97["noFile()"] 026d87d2_1fae_971e_d9a3_3338d1f38a97 -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 3366da7f_8219_e533_2df4_3787c22d13c4["withFile()"] 3366da7f_8219_e533_2df4_3787c22d13c4 -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c c16ccc75_37b3_67b6_dfbd_898b9e71cd98["testCustomFormatter()"] c16ccc75_37b3_67b6_dfbd_898b9e71cd98 -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 6975da44_ad70_396d_f655_a82fda69e62b["testSystemPropertyInitializesFormat()"] 6975da44_ad70_396d_f655_a82fda69e62b -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 4739b59b_fd78_a542_7b9f_33cc0e0466b0["testNonDefaultConfigLocation()"] 4739b59b_fd78_a542_7b9f_33cc0e0466b0 -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c f7ec4231_93ab_22a4_d58e_20f0e919c225["testNonexistentConfigLocation()"] f7ec4231_93ab_22a4_d58e_20f0e919c225 -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 2cacdadf_f287_27a2_f92b_8febd5d71afd["setLevel()"] 2cacdadf_f287_27a2_f92b_8febd5d71afd -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 4b8aff14_c25f_36e7_a9d6_45b8c124cf06["setLevelToNull()"] 4b8aff14_c25f_36e7_a9d6_45b8c124cf06 -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 7b629f0c_ddb8_40b8_3278_c9e1240a259a["getLoggerConfigurations()"] 7b629f0c_ddb8_40b8_3278_c9e1240a259a -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 7785c9f3_4230_882b_0e0c_5a35a5ff654e["getLoggerConfiguration()"] 7785c9f3_4230_882b_0e0c_5a35a5ff654e -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c a1919739_0472_a0bb_80a9_3b0b6120ad7e["shouldNotContainAnsiEscapeCodes()"] a1919739_0472_a0bb_80a9_3b0b6120ad7e -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 1c70a669_b986_1d08_11e5_0f5b58ad7e27["LoggingInitializationContext()"] 7717cdc8_e256_829d_da23_be6602ac541c -->|calls| 1c70a669_b986_1d08_11e5_0f5b58ad7e27 style 7717cdc8_e256_829d_da23_be6602ac541c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/java/JavaLoggingSystemTests.java lines 202–204
private LoggingInitializationContext getInitializationContext() {
return new LoggingInitializationContext(null);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getInitializationContext() do?
getInitializationContext() is a function in the spring-boot codebase.
What does getInitializationContext() call?
getInitializationContext() calls 1 function(s): LoggingInitializationContext.
What calls getInitializationContext()?
getInitializationContext() is called by 11 function(s): getLoggerConfiguration, getLoggerConfigurations, noFile, setLevel, setLevelToNull, shouldNotContainAnsiEscapeCodes, testCustomFormatter, testNonDefaultConfigLocation, and 3 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free