onApplicationStartingEvent() — spring-boot Function Reference
Architecture documentation for the onApplicationStartingEvent() function in LoggingApplicationListener.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 03294e81_b264_aeb7_b8a2_6bcb8891af7a["onApplicationStartingEvent()"] b564cced_f4c5_d5d5_9b54_9c77be901b07["onApplicationEvent()"] b564cced_f4c5_d5d5_9b54_9c77be901b07 -->|calls| 03294e81_b264_aeb7_b8a2_6bcb8891af7a be22d695_81d3_ca24_90d4_9385a402a390["getClassLoader()"] 03294e81_b264_aeb7_b8a2_6bcb8891af7a -->|calls| be22d695_81d3_ca24_90d4_9385a402a390 501f40c7_eea3_8197_664f_2a7d4a9c3264["beforeInitialize()"] 03294e81_b264_aeb7_b8a2_6bcb8891af7a -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 c90d60de_6e4d_b157_5121_acbc78d427f0["get()"] 03294e81_b264_aeb7_b8a2_6bcb8891af7a -->|calls| c90d60de_6e4d_b157_5121_acbc78d427f0 style 03294e81_b264_aeb7_b8a2_6bcb8891af7a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java lines 238–241
private void onApplicationStartingEvent(ApplicationStartingEvent event) {
this.loggingSystem = LoggingSystem.get(event.getSpringApplication().getClassLoader());
this.loggingSystem.beforeInitialize();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does onApplicationStartingEvent() do?
onApplicationStartingEvent() is a function in the spring-boot codebase.
What does onApplicationStartingEvent() call?
onApplicationStartingEvent() calls 3 function(s): beforeInitialize, get, getClassLoader.
What calls onApplicationStartingEvent()?
onApplicationStartingEvent() is called by 1 function(s): onApplicationEvent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free