cleanupLoggingSystem() — spring-boot Function Reference
Architecture documentation for the cleanupLoggingSystem() function in LoggingApplicationListener.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3fb55023_b820_685a_be36_d2e879644ec9["cleanupLoggingSystem()"] 688a2394_0a3f_5c17_3263_c0cdcfee7c03["onContextClosedEvent()"] 688a2394_0a3f_5c17_3263_c0cdcfee7c03 -->|calls| 3fb55023_b820_685a_be36_d2e879644ec9 792cc61a_9a99_b68b_4a32_b6f7f43edda6["onApplicationFailedEvent()"] 792cc61a_9a99_b68b_4a32_b6f7f43edda6 -->|calls| 3fb55023_b820_685a_be36_d2e879644ec9 03a0a10d_e940_092f_81e1_f6461bb971ef["stop()"] 03a0a10d_e940_092f_81e1_f6461bb971ef -->|calls| 3fb55023_b820_685a_be36_d2e879644ec9 3fd06bae_0f90_3836_e1dd_ba0a88b1617c["cleanUp()"] 3fb55023_b820_685a_be36_d2e879644ec9 -->|calls| 3fd06bae_0f90_3836_e1dd_ba0a88b1617c style 3fb55023_b820_685a_be36_d2e879644ec9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java lines 277–281
void cleanupLoggingSystem() {
if (this.loggingSystem != null) {
this.loggingSystem.cleanUp();
}
}
Domain
Subdomains
Calls
Called By
- onApplicationFailedEvent()
- onContextClosedEvent()
- stop()
Source
Frequently Asked Questions
What does cleanupLoggingSystem() do?
cleanupLoggingSystem() is a function in the spring-boot codebase.
What does cleanupLoggingSystem() call?
cleanupLoggingSystem() calls 1 function(s): cleanUp.
What calls cleanupLoggingSystem()?
cleanupLoggingSystem() is called by 3 function(s): onApplicationFailedEvent, onContextClosedEvent, stop.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free