putInitializationContextObjects() — spring-boot Function Reference
Architecture documentation for the putInitializationContextObjects() function in LogbackLoggingSystem.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD aa249080_5507_10e2_df79_a6fbb70d13c8["putInitializationContextObjects()"] 905673dd_fe29_aaa8_a054_09cf6678c1d0["initialize()"] 905673dd_fe29_aaa8_a054_09cf6678c1d0 -->|calls| aa249080_5507_10e2_df79_a6fbb70d13c8 7d5d754c_bca4_3cde_00f3_cbf533d9a055["initializeFromAotGeneratedArtifactsIfPossible()"] 7d5d754c_bca4_3cde_00f3_cbf533d9a055 -->|calls| aa249080_5507_10e2_df79_a6fbb70d13c8 647ef14c_5da4_24a4_ddac_0beb0e1b96f5["loadDefaults()"] 647ef14c_5da4_24a4_ddac_0beb0e1b96f5 -->|calls| aa249080_5507_10e2_df79_a6fbb70d13c8 cafc9a8c_e23a_b8c4_5c44_2f02f0d89617["loadConfiguration()"] cafc9a8c_e23a_b8c4_5c44_2f02f0d89617 -->|calls| aa249080_5507_10e2_df79_a6fbb70d13c8 05d574bb_2449_135b_2a57_ca01664538a0["withLoggingSuppressed()"] aa249080_5507_10e2_df79_a6fbb70d13c8 -->|calls| 05d574bb_2449_135b_2a57_ca01664538a0 a74a6404_ac0b_ef50_4554_48366dd90b97["getEnvironment()"] aa249080_5507_10e2_df79_a6fbb70d13c8 -->|calls| a74a6404_ac0b_ef50_4554_48366dd90b97 5442b6c9_c948_65c9_3b32_df1993add6a2["getName()"] aa249080_5507_10e2_df79_a6fbb70d13c8 -->|calls| 5442b6c9_c948_65c9_3b32_df1993add6a2 style aa249080_5507_10e2_df79_a6fbb70d13c8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java lines 354–358
private void putInitializationContextObjects(LoggerContext loggerContext,
LoggingInitializationContext initializationContext) {
withLoggingSuppressed(
() -> loggerContext.putObject(Environment.class.getName(), initializationContext.getEnvironment()));
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does putInitializationContextObjects() do?
putInitializationContextObjects() is a function in the spring-boot codebase.
What does putInitializationContextObjects() call?
putInitializationContextObjects() calls 3 function(s): getEnvironment, getName, withLoggingSuppressed.
What calls putInitializationContextObjects()?
putInitializationContextObjects() is called by 4 function(s): initialize, initializeFromAotGeneratedArtifactsIfPossible, loadConfiguration, loadDefaults.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free